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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-28
Translate function calls
HEAD
master
David Li
3
-16
/
+56
2017-11-28
Define how to represent functions in environment
David Li
1
-41
/
+48
2017-11-28
Reference-count levels
David Li
2
-21
/
+28
2017-11-28
Distinguish between functions and values in environment
David Li
1
-31
/
+49
2017-11-26
Translate variable references
David Li
3
-17
/
+19
2017-11-26
Translate variable bindings
David Li
3
-9
/
+50
2017-11-26
Rename ir::Binop to ir::BinOp
David Li
3
-5
/
+6
2017-11-26
Thread the current level through the program
David Li
2
-15
/
+20
2017-11-26
Translate binop (only num + num)
David Li
2
-2
/
+11
2017-11-07
Parameterize translation on frame type
David Li
2
-12
/
+39
2017-11-07
Stub out analysis in preparation of IR translation
David Li
3
-23
/
+68
2017-11-07
Move translation to analysis module
David Li
3
-248
/
+250
2017-11-07
Add datatypes for IR
David Li
1
-0
/
+23
2017-11-07
Add stub of frame module
David Li
3
-0
/
+72
2017-11-06
Parse and typecheck function calls
David Li
2
-3
/
+47
2017-11-06
Typecheck function declarations
David Li
1
-2
/
+24
2017-11-06
License under MPL 2.0
David Li
4
-0
/
+20
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
2
-22
/
+98
2017-11-05
Parse type and variable declarations
David Li
1
-12
/
+13
2017-11-05
Check types in bindings, unary operators
David Li
3
-13
/
+59
2017-11-05
Check types in add expressions
David Li
1
-3
/
+40
2017-11-05
Add stubbed out type checker
David Li
4
-0
/
+82