This website requires JavaScript.
Explore
Help
Sign in
VSinerva
/
compiler-course
Archived
Watch
1
Star
0
Fork
You've already forked compiler-course
0
Code
Activity
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.
dc9cfcd211
compiler-course
/
src
/
compiler
History
Download ZIP
Download TAR.GZ
Vili Sinervä
dc9cfcd211
Add type-checking for the majority of language features
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