No description
Find a file
2025-03-10 17:39:02 +02:00
.gitignore Start work on a lex/yacc parser for tökin 2025-03-06 15:58:01 +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
langbuiltins.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
Makefile Start work on a lex/yacc parser for tökin 2025-03-06 15:58: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
typechecker.py Implement basic typechecking and evaluation 2025-02-16 22:16:06 +02:00
typesystem.py Implement basic typechecking and evaluation 2025-02-16 22:16:06 +02:00
tökin.c Implement fully-featured expression parsing 2025-03-10 17:39:02 +02:00
tökin.h Start work on a lex/yacc parser for tökin 2025-03-06 15:58:01 +02:00
tökin.l Implement fully-featured expression parsing 2025-03-10 17:39:02 +02:00
tökin.y Implement fully-featured expression parsing 2025-03-10 17:39:02 +02:00