update readme.

This commit is contained in:
trans_soup 2023-11-06 17:35:14 +01:00
parent 047c2a4a42
commit b0a552cd30
1 changed files with 6 additions and 0 deletions

View File

@ -9,3 +9,9 @@ the compiler takes that tree and turns it into a `Map` of functions; the functio
the interpreter takes a compiled function, and transpiles(?) it to a javascript function (not to javascript code).
the REPL is currently unfinished.
the parser, compiler, and interpreter all work in regular javascript. the REPL uses nodejs to run in the terminal, but changing this probably won't be too hard.
## language overview
TODO