1
0
Fork 0
This repository has been archived on 2025-03-30. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
compiler-course/src/compiler
2025-02-04 17:07:41 +02:00
..
parser Add type-checking for the majority of language features 2025-02-04 17:07:41 +02:00
ast.rs Convert int values to i64 in accordance with spec 2025-02-03 16:34:15 +02:00
interpreter.rs Add initial tests for type checker 2025-02-04 16:09:05 +02:00
symtab.rs Add type-checking for the majority of language features 2025-02-04 17:07:41 +02:00
token.rs Add very minimal +/- binary op parsing 2025-01-24 14:41:23 +02:00
tokenizer.rs Add support for modulus operator 2025-02-03 16:33:02 +02:00
type_checker.rs Add type-checking for the majority of language features 2025-02-04 17:07:41 +02:00
variable.rs Add type-checking for the majority of language features 2025-02-04 17:07:41 +02:00