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.hpp
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-31
Only compile symbols once (cache compiled symbol values specially for this).
David Robillard
1
-0
/
+3
2010-12-31
Fix parsing of #f.
David Robillard
1
-1
/
+1
2010-12-31
Define named (and possibly recursive) types for closures and functions.
David Robillard
1
-0
/
+19
2010-12-31
Remove unused Engine::objectType().
David Robillard
1
-2
/
+0
2010-12-30
Add rrst().
David Robillard
1
-0
/
+1
2010-12-29
Destructuring (i.e. working `match').
David Robillard
1
-2
/
+3
2010-12-29
Literal lists (i.e. list quoting).
David Robillard
1
-18
/
+30
2010-12-28
Use fst ("first") instead of head and rst ("rest") instead of tail.
David Robillard
1
-15
/
+7
2010-12-27
Remove weird __tag_is form by adding a T_LITSYM type and using = operator.
David Robillard
1
-4
/
+5
2010-12-27
Less code.
David Robillard
1
-38
/
+18
2010-12-27
Make ATuple a normal LISPey cons cell (it always was anyway).
David Robillard
1
-32
/
+22
2010-12-27
Kill AType.
David Robillard
1
-131
/
+106
2010-12-26
Remove AType::DOTS.
David Robillard
1
-3
/
+2
2010-12-26
Remove AType::PRIM.
David Robillard
1
-4
/
+3
2010-12-26
Remove apparently unnecessary concrete_type.
David Robillard
1
-18
/
+2
2010-12-26
Remove AType copy constructor.
David Robillard
1
-3
/
+2
2010-12-26
Begin killing AType.
David Robillard
1
-17
/
+17
2010-12-26
Update headers.
David Robillard
1
-1
/
+1
2010-12-25
Simplify let to fn, rather than deal with it through to compilation.
David Robillard
1
-1
/
+3
2010-12-10
Simplify if into nested 2-branch (scheme style) ifs at simplify stage.
David Robillard
1
-13
/
+14
2010-12-10
Move simplification from lift stage to a new (post-typing) simplify stage.
David Robillard
1
-0
/
+1
2010-12-10
Convert match form to if at lift stage (remove knowledge of match from compil...
David Robillard
1
-0
/
+4
2010-12-09
Strip trailing whitespace.
David Robillard
1
-12
/
+12
2010-12-09
Document the free variable implementation (mostly in lift_symbol) better.
David Robillard
1
-1
/
+1
2010-12-09
Fix cpplint warnings.
David Robillard
1
-12
/
+12
2010-12-09
Add let form.
David Robillard
1
-1
/
+5
2010-12-09
read_expression => PEnv::parse.
David Robillard
1
-9
/
+3
2010-12-09
Make environment always referenced by symbols.
David Robillard
1
-58
/
+69
2010-12-09
Const-correct parser.
David Robillard
1
-2
/
+1
2010-12-09
ValVec => CVals.
David Robillard
1
-3
/
+3
2010-12-09
Consistent engine global[Set|Get] interface.
David Robillard
1
-2
/
+2
2010-12-09
Clean up engine code.
David Robillard
1
-20
/
+19
2010-12-08
Remove Engine::compileMatch.
David Robillard
1
-1
/
+1
2010-12-08
Remove Engine::compileIf
David Robillard
1
-2
/
+7
2010-12-08
Consistent naming for Engine compile methods.
David Robillard
1
-10
/
+14
2010-12-08
Clean up function compilation stuff.
David Robillard
1
-7
/
+19
2010-12-08
compileTup => compileCons
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
-25
/
+7
2010-12-05
Remove cruft.
David Robillard
1
-26
/
+8
2010-12-05
Simplify parser.
David Robillard
1
-6
/
+4
2010-12-05
Remove worthless "macro" system.
David Robillard
1
-9
/
+0
2010-12-04
Tidy up unify.cpp
David Robillard
1
-0
/
+5
2010-12-04
More const-correctness (remove all use of const_cast).
David Robillard
1
-7
/
+7
2010-12-04
More const-correctness (remove all use of const_cast from lift.cpp).
David Robillard
1
-11
/
+9
2010-12-04
More const-correctness.
David Robillard
1
-3
/
+3
2010-12-04
Make resp_lift const-correct.
David Robillard
1
-3
/
+3
2010-12-04
Eliminate tuple/list mutation.
David Robillard
1
-46
/
+4
2010-12-04
Tidy.
David Robillard
1
-11
/
+7
2010-12-04
Use saner numeric values for tags.
David Robillard
1
-9
/
+10
[next]