README update. No Code changes. (0.37.24)
This commit is contained in:
parent
384a7e4502
commit
c20486a239
2 changed files with 41 additions and 3 deletions
42
README.md
42
README.md
|
|
@ -75,9 +75,47 @@ Fun may not change the world — but it will make programming a little more fun.
|
||||||
- if/else if/else
|
- if/else if/else
|
||||||
- try/catch/finally
|
- try/catch/finally
|
||||||
|
|
||||||
### Lib
|
### Lib (./lib/)
|
||||||
|
|
||||||
...
|
```
|
||||||
|
arrays.fun
|
||||||
|
crypt/
|
||||||
|
crc32c.fun
|
||||||
|
crc32.fun
|
||||||
|
md5.fun
|
||||||
|
md5_legacy.fun
|
||||||
|
ripemd160.fun - Broken!
|
||||||
|
sha1.fun
|
||||||
|
sha256.fun
|
||||||
|
sha384.fun
|
||||||
|
sha512.fun
|
||||||
|
encoding/
|
||||||
|
base64.fun
|
||||||
|
hello.fun
|
||||||
|
hex.fun
|
||||||
|
io/
|
||||||
|
console.fun
|
||||||
|
ini.fun
|
||||||
|
json.fun
|
||||||
|
pcsc2.fun
|
||||||
|
pcsc.fun
|
||||||
|
process.fun
|
||||||
|
serial.fun
|
||||||
|
socket.fun
|
||||||
|
thread.fun
|
||||||
|
xml.fun
|
||||||
|
math.fun
|
||||||
|
regex
|
||||||
|
pcre2.fun
|
||||||
|
regex.fun
|
||||||
|
strings.fun
|
||||||
|
ui/
|
||||||
|
tk.fun
|
||||||
|
utils/
|
||||||
|
datetime.fun
|
||||||
|
math.fun
|
||||||
|
range.fun
|
||||||
|
```
|
||||||
|
|
||||||
### Extensions (only Linux actually)
|
### Extensions (only Linux actually)
|
||||||
|
|
||||||
|
|
|
||||||
0
examples/serial_demo.fun
Normal file → Executable file
0
examples/serial_demo.fun
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue