index
:
resp.git
llvm7
master
Resp programming language
d@drobilla.net
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-28
Split unification into a separate file than type constraints.
David Robillard
3
-80
/
+100
2009-06-28
Fix type substitution.
David Robillard
3
-21
/
+49
2009-06-27
Better error messages.
David Robillard
1
-3
/
+4
2009-06-27
Re-enable other tests (poly, nest).
David Robillard
2
-6
/
+4
2009-06-27
Lift regardless (fix 'def' test).
David Robillard
1
-2
/
+1
2009-06-27
Fix substitution of call argument types to generic function type to work with...
David Robillard
5
-5
/
+30
2009-06-27
Shave a few lines.
David Robillard
1
-4
/
+2
2009-06-27
Add nothing type.
David Robillard
4
-28
/
+37
2009-06-27
More CPS conversion work.
David Robillard
4
-20
/
+20
2009-06-26
More CPS conversion work.
David Robillard
5
-36
/
+125
2009-06-25
Sanify AST constructors.
David Robillard
5
-47
/
+35
2009-06-25
Stubs for CPS conversion.
David Robillard
4
-6
/
+115
2009-06-24
Forward declare CEnv later.
David Robillard
1
-4
/
+4
2009-06-24
Funcs => AFn::Impls
David Robillard
3
-15
/
+23
2009-06-20
Remove unused GC lib function.
David Robillard
1
-9
/
+3
2009-06-20
Remove useless AType constructor.
David Robillard
1
-14
/
+0
2009-06-20
Tidy.
David Robillard
2
-6
/
+3
2009-06-20
Make backend an object.
David Robillard
4
-118
/
+115
2009-06-20
Tidy.
David Robillard
1
-3
/
+4
2009-06-20
Clean separation between backend and CEnv (no more CEnv methods defined in ll...
David Robillard
3
-75
/
+47
2009-06-20
Remove redundant module pointer.
David Robillard
2
-3
/
+2
2009-06-20
More sanification of front/back end separation.
David Robillard
3
-69
/
+72
2009-06-20
Move alloc function to backend.
David Robillard
2
-10
/
+12
2009-06-20
Shorten AST names to match code names.
David Robillard
4
-25
/
+25
2009-06-20
Tidy.
David Robillard
2
-8
/
+2
2009-06-20
Fix building with explicit stack frames.
David Robillard
1
-9
/
+7
2009-06-20
Move eval and repl to tuplr.cpp (non-backend dependent code).
David Robillard
3
-119
/
+129
2009-06-20
Better abstraction for low-level code generation stuff (make repl and eval no...
David Robillard
1
-80
/
+82
2009-06-20
Accurate garbage collection of types without special (kludge) tag.
David Robillard
3
-17
/
+17
2009-06-20
Garbage collection of code-allocated stack frames.
David Robillard
5
-55
/
+104
2009-06-19
Tidy.
David Robillard
1
-2
/
+2
2009-06-19
Remove crufty cons/car/cdr implementation that doesn't work anyway.
David Robillard
5
-154
/
+1
2009-06-19
Add quick kludgey test suite.
David Robillard
6
-2
/
+190
2009-06-19
Work towards garbage collection and explicitly managed stack frames.
David Robillard
6
-30
/
+154
2009-06-19
Fix function definitions with several expressions in body.
David Robillard
1
-1
/
+1
2009-06-19
Factor out memory/GC related things from AST to Object.
David Robillard
5
-30
/
+33
2009-06-19
Primitive garbage collector for AST nodes.
David Robillard
6
-55
/
+194
2009-06-18
Rearrange Error order.
David Robillard
4
-43
/
+43
2009-06-18
Make source location mandatory parameter for Error.
David Robillard
3
-12
/
+12
2009-06-18
THROW_IF macro.
David Robillard
4
-14
/
+15
2009-06-18
Primitive internal macro system (for implementing sugar).
David Robillard
5
-15
/
+86
2009-06-18
Strip trailing whitespace.
David Robillard
5
-31
/
+31
2009-04-20
Clean up.
David Robillard
1
-7
/
+12
2009-04-19
Prettier LaTeX output.
David Robillard
1
-31
/
+63
2009-04-19
Valid XHTML 1.0.
David Robillard
1
-1
/
+2
2009-04-19
Fix colors.
David Robillard
1
-3
/
+4
2009-04-19
Add pygments highlighting script.
David Robillard
1
-0
/
+113
2009-03-31
Fix polymorphic functions (somewhat).
David Robillard
3
-15
/
+15
2009-03-31
Fix type constraint for symbols (match type of lexical binding).
David Robillard
1
-4
/
+1
2009-03-30
Add really primitive pretty printer.
David Robillard
3
-5
/
+53
[prev]
[next]