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
/
resp.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-25
Use C++11 range-based for loops.
David Robillard
1
-7
/
+6
2012-12-25
Preliminary syntax-rules macro implementation.
David Robillard
1
-0
/
+2
2012-12-14
Real implementation of algebraic data types, and parametric types.
David Robillard
1
-0
/
+2
2011-05-14
Add flatten stage to generate flat s-expression IR for the (now simpler) comp...
David Robillard
1
-0
/
+2
2011-05-14
Disable compilation of rotting C backend.
David Robillard
1
-2
/
+2
2011-01-13
Fix error location reporting.
David Robillard
1
-2
/
+2
2011-01-09
Partially resurrect CPS translation pass.
David Robillard
1
-1
/
+3
2010-12-31
Report parsing errors.
David Robillard
1
-0
/
+1
2010-12-28
Avoid string copy (store const char* for command line filenames instead of st...
David Robillard
1
-8
/
+9
2010-12-28
Use fst ("first") instead of head and rst ("rest") instead of tail.
David Robillard
1
-2
/
+2
2010-12-27
Make ATuple a normal LISPey cons cell (it always was anyway).
David Robillard
1
-1
/
+1
2010-12-26
Update headers.
David Robillard
1
-1
/
+1
2010-12-10
Move simplification from lift stage to a new (post-typing) simplify stage.
David Robillard
1
-0
/
+2
2010-12-09
Add option -a to annotate printed code (for -T and -L).
David Robillard
1
-14
/
+17
2010-12-09
Remove trailing whitespace.
David Robillard
1
-8
/
+8
2010-12-09
Fix cpplint warnings.
David Robillard
1
-0
/
+5
2010-12-09
read_expression => PEnv::parse.
David Robillard
1
-1
/
+1
2010-12-09
Make environment always referenced by symbols.
David Robillard
1
-2
/
+2
2010-12-09
Const-correct parser.
David Robillard
1
-1
/
+1
2010-12-07
Rename 'parse' to the now more accurate 'expand'.
David Robillard
1
-1
/
+1
2010-12-07
Saner recursive descent lexer/parser.
David Robillard
1
-2
/
+2
2010-12-04
More const-correctness (remove all use of const_cast).
David Robillard
1
-1
/
+1
2010-12-03
Remove use of RTTI for AST.
David Robillard
1
-5
/
+5
2010-12-03
Merge ACall and ATuple.
David Robillard
1
-2
/
+2
2010-12-03
Remove AFn.
David Robillard
1
-4
/
+0
2010-12-02
Remove ACall subclasses.
David Robillard
1
-0
/
+32
2010-12-02
Represent code as list structure (i.e. traditional LISP lists built from pair...
David Robillard
1
-2
/
+5
2010-12-01
Add -T option to type-check and pretty-print with type annotations.
David Robillard
1
-57
/
+68
2010-04-13
Better (but still not correct...) computation of lifted function implementati...
David Robillard
1
-0
/
+1
2010-04-13
Restructure as a source translation based compiler.
David Robillard
1
-12
/
+20
2010-04-08
Tuplr -> Resp (RESource Processing).
David Robillard
1
-0
/
+149