.gitignore
|
First commit
|
2025-02-07 16:31:57 +02:00 |
CC0
|
First commit
|
2025-02-07 16:31:57 +02:00 |
formatter.py
|
Implement basic typechecking and evaluation
|
2025-02-16 22:16:06 +02:00 |
ir.py
|
Implement basic typechecking and evaluation
|
2025-02-16 22:16:06 +02:00 |
irtypes.py
|
Implement basic typechecking and evaluation
|
2025-02-16 22:16:06 +02:00 |
lexer.py
|
Give each operator its own token type
|
2025-02-08 17:17:01 +02:00 |
parser.py
|
Handle parse errors gracefully
|
2025-02-09 18:13:43 +02:00 |
repl.py
|
Implement basic typechecking and evaluation
|
2025-02-16 22:16:06 +02:00 |