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
/
tuplr.hpp
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-20
Move alloc function to backend.
David Robillard
1
-1
/
+0
2009-06-20
Shorten AST names to match code names.
David Robillard
1
-6
/
+6
2009-06-20
Tidy.
David Robillard
1
-1
/
+1
2009-06-20
Move eval and repl to tuplr.cpp (non-backend dependent code).
David Robillard
1
-0
/
+8
2009-06-20
Accurate garbage collection of types without special (kludge) tag.
David Robillard
1
-3
/
+1
2009-06-20
Garbage collection of code-allocated stack frames.
David Robillard
1
-12
/
+23
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
1
-24
/
+0
2009-06-19
Work towards garbage collection and explicitly managed stack frames.
David Robillard
1
-2
/
+6
2009-06-19
Factor out memory/GC related things from AST to Object.
David Robillard
1
-16
/
+19
2009-06-19
Primitive garbage collector for AST nodes.
David Robillard
1
-35
/
+77
2009-06-18
Rearrange Error order.
David Robillard
1
-5
/
+5
2009-06-18
Make source location mandatory parameter for Error.
David Robillard
1
-2
/
+2
2009-06-18
THROW_IF macro.
David Robillard
1
-0
/
+1
2009-06-18
Primitive internal macro system (for implementing sugar).
David Robillard
1
-4
/
+27
2009-06-18
Strip trailing whitespace.
David Robillard
1
-4
/
+4
2009-03-31
Fix polymorphic functions (somewhat).
David Robillard
1
-8
/
+10
2009-03-30
Add really primitive pretty printer.
David Robillard
1
-0
/
+1
2009-03-15
Fix REPL variable addressing.
David Robillard
1
-1
/
+1
2009-03-15
Abstract away (and prettify/shrink) dynamic_cast of AST objects.
David Robillard
1
-13
/
+15
2009-03-15
Set name of closures so defined functions are emitted with meaningful names.
David Robillard
1
-22
/
+12
2009-03-15
Clean up ATuple, AType, Exp.
David Robillard
1
-25
/
+19
2009-03-15
Chop.
David Robillard
1
-3
/
+0
2009-03-15
Fix polymorphism.
David Robillard
1
-4
/
+19
2009-03-15
Merge 'code' and 'type' environments.
David Robillard
1
-10
/
+18
2009-03-15
Make TEnv strictly keyed by ASymbol.
David Robillard
1
-1
/
+6
2009-03-15
Heh.
David Robillard
1
-3
/
+0
2009-03-15
Tidy.
David Robillard
1
-5
/
+0
2009-03-15
Fix polymorphism when evaluation files.
David Robillard
1
-9
/
+1
2009-03-15
Fix recursion.
David Robillard
1
-39
/
+57
2009-03-14
Lexical addressing, work towards true parametric polymorphism.
David Robillard
1
-62
/
+148
2009-03-13
Don't use TEnv.var() where unnecessary (this needs to go away? maybe?)
David Robillard
1
-4
/
+4
2009-03-12
Remove useless Log class.
David Robillard
1
-9
/
+3
2009-03-12
Tidy.
David Robillard
1
-52
/
+28
2009-03-12
Consistent opaque backend types.
David Robillard
1
-16
/
+15
2009-03-12
Encapsulate more types.
David Robillard
1
-10
/
+8
2009-03-12
More OOey (and smaller) parser design.
David Robillard
1
-40
/
+31
2009-03-10
Very important crucial fix for many things.
David Robillard
1
-4
/
+4
2009-03-10
Tidy.
David Robillard
1
-4
/
+4
2009-03-07
Shorter and more consistent names (AST -> A).
David Robillard
1
-46
/
+46
2009-03-07
Remove redundant/useless ASTCall::exp
David Robillard
1
-2
/
+1
2009-03-07
Stream based serialisation of AST nodes (can write arbitrarily large expressi...
David Robillard
1
-22
/
+10
2009-03-07
Ensure only CEnv can call compile function directly (fix recursive functions).
David Robillard
1
-6
/
+8
2009-03-07
Make out and error streams fields of CEnv instead of static globals.
David Robillard
1
-4
/
+8
2009-03-07
Tidy.
David Robillard
1
-5
/
+5
2009-03-07
Oops.
David Robillard
1
-10
/
+10
2009-03-07
Fancy varargs AType constructor.
David Robillard
1
-2
/
+8
2009-03-07
Typing improvements.
David Robillard
1
-12
/
+13
2009-03-07
Fancy error reporting for type errors, among other things.
David Robillard
1
-29
/
+35
2009-03-06
Remove low level type stuff completely from core code (let the backend deal w...
David Robillard
1
-13
/
+19
[next]