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.
f4b208dfde
compiler-course
/
src
/
compiler
History
Download ZIP
Download TAR.GZ
Vili Sinervä
f4b208dfde
Add short-circuiting for 'and' and 'or'
2025-02-03 18:17:25 +02:00
..
parser
Convert int values to i64 in accordance with spec
2025-02-03 16:34:15 +02:00
ast.rs
Convert int values to i64 in accordance with spec
2025-02-03 16:34:15 +02:00
interpreter.rs
Add short-circuiting for 'and' and 'or'
2025-02-03 18:17:25 +02:00
symtab.rs
Add support for variables in interpreter
2025-02-03 18:01:39 +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
value.rs
Add short-circuiting for 'and' and 'or'
2025-02-03 18:17:25 +02:00