diff options
author | Peter Mikkelsen <peter@pmikkelsen.com> | 2021-07-05 16:27:38 +0000 |
---|---|---|
committer | Peter Mikkelsen <peter@pmikkelsen.com> | 2021-07-05 16:27:38 +0000 |
commit | 44ab8a339c78bcc3460d44b2f435116f21faa60a (patch) | |
tree | fa512c143c5df81c0c333a187b9083cbac9636f6 /TODO | |
parent | 3f26a0f2a1f699e628136ec5be6178b5ab40fc44 (diff) |
First step on modules. Still very very rough.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,4 +5,4 @@ * Right now we copy and allocate a lot, but almost never free stuff. * Many builtins should really throw an error, but they just fail for now. * Exceptions (throw, catch) -* Modules +* Modules (I try to do something like SWI prolog for now, but I know there is also an iso standard)
\ No newline at end of file |