[WIP] [on hiatus from project until https://git.hatecomputers.club launches] https://asciinema.org/a/643791
Go to file
Elizabeth Hunt 7cc3ef5fa1 builtin_match_signatures (#1)
Co-authored-by: Lizzy Hunt <lizzy.hunt@usu.edu>
Reviewed-on: #1
Co-authored-by: Elizabeth Hunt <elizabeth.hunt@simponic.xyz>
Co-committed-by: Elizabeth Hunt <elizabeth.hunt@simponic.xyz>
2024-02-28 14:59:28 -05:00
src builtin_match_signatures (#1) 2024-02-28 14:59:28 -05:00
test builtin_match_signatures (#1) 2024-02-28 14:59:28 -05:00
.gitignore initial parser 2024-02-23 17:04:54 -07:00
.prettierrc 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
README.md initial parser 2024-02-23 17:04:54 -07:00
tsconfig.json initial parser 2024-02-23 17:04:54 -07:00

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