index
:
resp.git
llvm7
master
Resp programming language
d@drobilla.net
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lift.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-05
Simplify parser.
David Robillard
1
-3
/
+1
2010-12-04
More const-correctness (remove all use of const_cast from lift.cpp).
David Robillard
1
-38
/
+34
2010-12-04
More const-correctness.
David Robillard
1
-12
/
+15
2010-12-04
Make resp_lift const-correct.
David Robillard
1
-9
/
+9
2010-12-04
Eliminate tuple/list mutation.
David Robillard
1
-40
/
+43
2010-12-03
Remove use of RTTI for AST.
David Robillard
1
-20
/
+22
2010-12-03
Remove AST::constrain.
David Robillard
1
-4
/
+4
2010-12-03
Merge ACall and ATuple.
David Robillard
1
-14
/
+14
2010-12-03
Remove AFn.
David Robillard
1
-22
/
+21
2010-12-03
Move AFn and AType prot() methods to ATuple.
David Robillard
1
-3
/
+3
2010-12-02
Remove ACall subclasses.
David Robillard
1
-19
/
+16
2010-12-02
Remove use of ACall type hierarchy from lift phase.
David Robillard
1
-32
/
+20
2010-12-02
Remove use of ACall subclasses for contrain phase.
David Robillard
1
-3
/
+4
2010-12-02
Work towards removing different classes for each type of expression.
David Robillard
1
-66
/
+103
2010-12-02
Represent code as list structure (i.e. traditional LISP lists built from pair...
David Robillard
1
-42
/
+48
2010-11-17
Use single uint32_t for GC object header (mark and tag).
David Robillard
1
-1
/
+1
2010-10-14
Prefix internal "me" parameter with underscore.
David Robillard
1
-4
/
+4
2010-08-19
Generalise `cons': a call to any symbol beginning with an uppercase character
David Robillard
1
-5
/
+6
2010-08-19
Add quote to syntax (currently only a lexeme is quotable, no lists...)
David Robillard
1
-0
/
+6
2010-04-13
Better (but still not correct...) computation of lifted function implementati...
David Robillard
1
-5
/
+18
2010-04-13
Better error reporting when unification fails (report both locations, and pre...
David Robillard
1
-1
/
+0
2010-04-13
Restructure as a source translation based compiler.
David Robillard
1
-29
/
+159
2010-04-08
Exception specifiers.
David Robillard
1
-13
/
+9
2010-04-08
Tuplr -> Resp (RESource Processing).
David Robillard
1
-5
/
+5
2009-10-16
. operator for destructuring Tuples (cons).
David Robillard
1
-0
/
+6
2009-10-15
Remove all use of ATuple::at().
David Robillard
1
-9
/
+9
2009-10-15
Replace more use of at(0) with head().
David Robillard
1
-3
/
+3
2009-10-15
Make TEnv purely a type environment.
David Robillard
1
-1
/
+1
2009-10-13
liftCall -> compileFunction.
David Robillard
1
-2
/
+2
2009-10-08
Move lifting pass to separate file.
David Robillard
1
-0
/
+78