-
Notifications
You must be signed in to change notification settings - Fork 8
Standard Library
Meir Cohen edited this page Oct 14, 2020
·
1 revision
- Standard library files are placed inside the stdlib directory
- The standard library is currently written in TL5
path-
data(xml/csv/json/yaml/base64/email/..) logginghash-
net(url/socket/html/ssl/...) sqlite3-
unix(posix/syslog/ioctl/tty/...) -
win(msi/reg/vs/...)
Modules that are only partially implemented and need more features.
os-
ds(data structures) zlibmathtime
Many modules need to interact with C code, this can be done using the Lumi - C interface.
These modules should be tested using mock C implementations.
Suggestions, comments and questions are welcome!
