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
/
expand.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-13
Fix erroneous rejection of (def (f x) ...) forms with multiple body expressions.
David Robillard
1
-1
/
+1
2011-01-13
Fix crash on `(def)'.
David Robillard
1
-4
/
+4
2010-12-30
Fix bug in previous commit.
David Robillard
1
-1
/
+1
2010-12-30
Fix crash at expand phase when def contains no body.
David Robillard
1
-2
/
+1
2010-12-29
Literal lists (i.e. list quoting).
David Robillard
1
-1
/
+1
2010-12-28
Fix crash when def name is not a symbol.
David Robillard
1
-3
/
+3
2010-12-28
Use fst ("first") instead of head and rst ("rest") instead of tail.
David Robillard
1
-2
/
+2
2010-12-28
Add quote form, to allow expressions literal symbols and lists (lists not yet...
David Robillard
1
-1
/
+1
2010-12-27
Remove weird __tag_is form by adding a T_LITSYM type and using = operator.
David Robillard
1
-1
/
+1
2010-12-27
Kill AType.
David Robillard
1
-7
/
+7
2010-12-26
Remove AType::PRIM.
David Robillard
1
-1
/
+1
2010-12-26
Update headers.
David Robillard
1
-1
/
+1
2010-12-09
Less code.
David Robillard
1
-23
/
+11
2010-12-07
Rename 'parse' to the now more accurate 'expand'.
David Robillard
1
-0
/
+138