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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-08
compileTup => compileCons
David Robillard
4
-6
/
+6
2010-12-07
Tidy.
David Robillard
1
-14
/
+13
2010-12-07
Rename 'lex' to the now more appropriate 'parse'.
David Robillard
1
-0
/
+0
2010-12-07
Rename 'parse' to the now more accurate 'expand'.
David Robillard
4
-18
/
+17
2010-12-07
Saner recursive descent lexer/parser.
David Robillard
11
-216
/
+200
2010-12-07
Pretty print booleans correctly.
David Robillard
1
-1
/
+1
2010-12-07
Factor if compilation into smaller bits (towards a more assembly like IR stag...
David Robillard
1
-45
/
+83
2010-12-05
Remove cruft.
David Robillard
1
-26
/
+8
2010-12-05
Move resp_gc.cpp contents into gc.cpp.
David Robillard
2
-49
/
+29
2010-12-05
Check constructors first (implying no special forms start with an uppercase l...
David Robillard
1
-3
/
+3
2010-12-05
Simplify parser.
David Robillard
3
-31
/
+21
2010-12-05
Remove worthless "macro" system.
David Robillard
2
-67
/
+40
2010-12-04
Tidy up unify.cpp
David Robillard
2
-8
/
+8
2010-12-04
More const-correctness (remove all use of const_cast).
David Robillard
8
-45
/
+45
2010-12-04
More const-correctness (remove all use of const_cast from lift.cpp).
David Robillard
2
-49
/
+43
2010-12-04
More const-correctness.
David Robillard
2
-15
/
+18
2010-12-04
Make resp_lift const-correct.
David Robillard
3
-21
/
+24
2010-12-04
Eliminate tuple/list mutation.
David Robillard
2
-86
/
+47
2010-12-04
Tidy.
David Robillard
1
-11
/
+7
2010-12-04
Use saner numeric values for tags.
David Robillard
1
-9
/
+10
2010-12-03
Remove use of RTTI for AST.
David Robillard
13
-216
/
+254
2010-12-03
Merge AST::operator==
David Robillard
2
-40
/
+75
2010-12-03
Make AString, ALexeme, and ASymbol all contain (rather than inherit from) std...
David Robillard
4
-18
/
+20
2010-12-03
Remove AST::constrain.
David Robillard
7
-87
/
+99
2010-12-03
Detemplatify parseTuple.
David Robillard
1
-7
/
+6
2010-12-03
Merge ACall and ATuple.
David Robillard
10
-99
/
+78
2010-12-03
Remove AFn.
David Robillard
8
-65
/
+64
2010-12-03
Move AFn and AType prot() methods to ATuple.
David Robillard
2
-9
/
+7
2010-12-02
Remove ACall subclasses.
David Robillard
10
-172
/
+156
2010-12-02
Remove use of ACall class hierarchy from compile phase.
David Robillard
4
-59
/
+49
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
5
-127
/
+154
2010-12-02
Work towards removing different classes for each type of expression.
David Robillard
8
-239
/
+257
2010-12-02
Represent code as list structure (i.e. traditional LISP lists built from pair...
David Robillard
13
-445
/
+480
2010-12-01
Add -T option to type-check and pretty-print with type annotations.
David Robillard
4
-182
/
+184
2010-11-17
Use single uint32_t for GC object header (mark and tag).
David Robillard
3
-11
/
+14
2010-10-14
Prefix internal "me" parameter with underscore.
David Robillard
2
-5
/
+5
2010-09-30
Preliminary work on algebraic data types and run-time typing.
David Robillard
10
-53
/
+252
2010-09-15
Better pretty printer.
David Robillard
1
-20
/
+87
2010-08-22
Simplify Engine function compilation interface.
David Robillard
5
-80
/
+59
2010-08-22
Simplify Engine::startFunction.
David Robillard
5
-29
/
+19
2010-08-22
Fix boolean compilation.
David Robillard
1
-1
/
+1
2010-08-20
Make AST::compile const and make Module compilation API take const AST*.
David Robillard
5
-74
/
+74
2010-08-19
Generalise `cons': a call to any symbol beginning with an uppercase character
David Robillard
5
-18
/
+33
2010-08-19
Move PEnv::parse implementation to parse.cpp and remove PEnv::parseTuple.
David Robillard
2
-40
/
+47
2010-08-19
Add quote to syntax (currently only a lexeme is quotable, no lists...)
David Robillard
7
-8
/
+63
2010-08-19
Coherent AString and Lexeme implementation.
David Robillard
9
-36
/
+123
2010-08-18
Give `def' statements type `Nothing.
David Robillard
1
-0
/
+1
2010-08-18
Update for LLVM 2.7.
David Robillard
2
-17
/
+11
2010-04-13
Better (but still not correct...) computation of lifted function implementati...
David Robillard
7
-31
/
+43
[next]