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
/
typing.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-20
Shorten AST names to match code names.
David Robillard
1
-5
/
+5
2009-06-19
Remove crufty cons/car/cdr implementation that doesn't work anyway.
David Robillard
1
-34
/
+0
2009-06-19
Factor out memory/GC related things from AST to Object.
David Robillard
1
-1
/
+1
2009-06-19
Primitive garbage collector for AST nodes.
David Robillard
1
-2
/
+3
2009-06-18
Rearrange Error order.
David Robillard
1
-20
/
+20
2009-06-18
Make source location mandatory parameter for Error.
David Robillard
1
-1
/
+1
2009-06-18
THROW_IF macro.
David Robillard
1
-7
/
+7
2009-06-18
Primitive internal macro system (for implementing sugar).
David Robillard
1
-3
/
+3
2009-06-18
Strip trailing whitespace.
David Robillard
1
-2
/
+2
2009-03-31
Fix polymorphic functions (somewhat).
David Robillard
1
-1
/
+1
2009-03-31
Fix type constraint for symbols (match type of lexical binding).
David Robillard
1
-4
/
+1
2009-03-15
Fix REPL variable addressing.
David Robillard
1
-2
/
+0
2009-03-15
Abstract away (and prettify/shrink) dynamic_cast of AST objects.
David Robillard
1
-10
/
+10
2009-03-15
Yawn.
David Robillard
1
-1
/
+1
2009-03-15
Clean up ATuple, AType, Exp.
David Robillard
1
-3
/
+3
2009-03-15
Fix polymorphism.
David Robillard
1
-2
/
+2
2009-03-15
Merge 'code' and 'type' environments.
David Robillard
1
-14
/
+32
2009-03-15
Make TEnv strictly keyed by ASymbol.
David Robillard
1
-2
/
+2
2009-03-15
Tidy.
David Robillard
1
-5
/
+3
2009-03-15
Fix polymorphism when evaluation files.
David Robillard
1
-4
/
+0
2009-03-15
Fix recursion.
David Robillard
1
-71
/
+77
2009-03-14
Lexical addressing, work towards true parametric polymorphism.
David Robillard
1
-81
/
+150
2009-03-13
Don't use TEnv.var() where unnecessary (this needs to go away? maybe?)
David Robillard
1
-3
/
+3
2009-03-12
Encapsulate more types.
David Robillard
1
-12
/
+12
2009-03-10
Tidy.
David Robillard
1
-3
/
+3
2009-03-07
Shorter and more consistent names (AST -> A).
David Robillard
1
-15
/
+15
2009-03-07
Remove redundant/useless ASTCall::exp
David Robillard
1
-10
/
+10
2009-03-07
Tidy.
David Robillard
1
-1
/
+1
2009-03-07
Oops.
David Robillard
1
-2
/
+2
2009-03-07
Fancy varargs AType constructor.
David Robillard
1
-15
/
+13
2009-03-07
Fix if type checking for arc style if.
David Robillard
1
-6
/
+12
2009-03-07
Typing improvements.
David Robillard
1
-2
/
+5
2009-03-07
Fancy error reporting for type errors, among other things.
David Robillard
1
-16
/
+18
2009-03-06
Cleanup and de-llvm-ify primitive stuff.
David Robillard
1
-1
/
+49
2009-03-06
Tidy.
David Robillard
1
-10
/
+12
2009-03-06
Split LLVM dependent backend from core code.
David Robillard
1
-0
/
+198