index
:
taiga
master
An implementation of Appel's Tiger language in Rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
semantic
/
translate.rs
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-11-26
Translate variable references
David Li
1
-1
/
+1
2017-11-26
Translate variable bindings
David Li
1
-0
/
+14
2017-11-26
Rename ir::Binop to ir::BinOp
David Li
1
-2
/
+3
2017-11-26
Thread the current level through the program
David Li
1
-2
/
+3
2017-11-26
Translate binop (only num + num)
David Li
1
-0
/
+9
2017-11-07
Parameterize translation on frame type
David Li
1
-6
/
+30
2017-11-07
Stub out analysis in preparation of IR translation
David Li
1
-0
/
+27
2017-11-07
Move translation to analysis module
David Li
1
-248
/
+0
2017-11-06
Parse and typecheck function calls
David Li
1
-3
/
+46
2017-11-06
Typecheck function declarations
David Li
1
-2
/
+24
2017-11-06
License under MPL 2.0
David Li
1
-0
/
+5
2017-11-06
Type check record definitions
David Li
1
-8
/
+7
2017-11-06
Typecheck type aliases
David Li
1
-1
/
+1
2017-11-06
Reimplement checking of variable bindings
David Li
1
-21
/
+81
2017-11-05
Parse type and variable declarations
David Li
1
-12
/
+13
2017-11-05
Check types in bindings, unary operators
David Li
1
-12
/
+54
2017-11-05
Check types in add expressions
David Li
1
-3
/
+40
2017-11-05
Add stubbed out type checker
David Li
1
-0
/
+39