[WIP] [on hiatus from project until https://git.hatecomputers.club launches] https://asciinema.org/a/643791
Go to file
Lizzy Hunt 9d1bd0d489
remove negation operator on integers
2024-02-28 15:29:52 -07:00
src remove negation operator on integers 2024-02-28 15:29:52 -07:00
test identity function, repl upgrade 2024-02-28 15:06:00 -07:00
.gitignore initial parser 2024-02-23 17:04:54 -07:00
.prettierrc initial parser 2024-02-23 17:04:54 -07:00
README.md initial parser 2024-02-23 17:04:54 -07:00
bun.lockb initial parser 2024-02-23 17:04:54 -07:00
package.json initial parser 2024-02-23 17:04:54 -07:00
tsconfig.json initial parser 2024-02-23 17:04:54 -07:00

README.md

An interpreter for the CPS intermediate representation as suggested in "Compiling with Continuations" by Appel.