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-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
2009-03-30
Compile things into separate build dir.
David Robillard
4
-3
/
+4
2009-03-15
Fix functions with several expressions in their body.
David Robillard
1
-8
/
+9
2009-03-15
Fix REPL variable addressing.
David Robillard
3
-6
/
+6
2009-03-15
Let LLVM generate names.
David Robillard
1
-1
/
+1
2009-03-15
Remove stupid maybeLookup function.
David Robillard
1
-21
/
+8
2009-03-15
Abstract away (and prettify/shrink) dynamic_cast of AST objects.
David Robillard
4
-39
/
+40
2009-03-15
Set name of closures so defined functions are emitted with meaningful names.
David Robillard
3
-23
/
+16
2009-03-15
Redundant check.
David Robillard
1
-2
/
+0
2009-03-15
Yawn.
David Robillard
1
-1
/
+1
2009-03-15
Remove duplicated code.
David Robillard
1
-50
/
+25
2009-03-15
Remove unnecessary code.
David Robillard
1
-13
/
+0
2009-03-15
Clean up ATuple, AType, Exp.
David Robillard
4
-39
/
+33
2009-03-15
Chop.
David Robillard
1
-3
/
+0
2009-03-15
Fix comparison operations with booleans.
David Robillard
1
-15
/
+15
2009-03-15
Fix polymorphism.
David Robillard
3
-16
/
+36
2009-03-15
Merge 'code' and 'type' environments.
David Robillard
4
-30
/
+56
2009-03-15
Make TEnv strictly keyed by ASymbol.
David Robillard
3
-20
/
+14
2009-03-15
Heh.
David Robillard
1
-3
/
+0
2009-03-15
Tidy.
David Robillard
3
-13
/
+5
2009-03-15
Fix polymorphism when evaluation files.
David Robillard
3
-20
/
+5
2009-03-15
Fix recursion.
David Robillard
3
-180
/
+222
2009-03-14
Lexical addressing, work towards true parametric polymorphism.
David Robillard
4
-200
/
+432
2009-03-13
Don't use TEnv.var() where unnecessary (this needs to go away? maybe?)
David Robillard
2
-7
/
+7
2009-03-12
Remove useless Log class.
David Robillard
2
-19
/
+12
2009-03-12
Tidy.
David Robillard
2
-52
/
+56
2009-03-12
Consistent opaque backend types.
David Robillard
2
-58
/
+70
2009-03-12
Encapsulate more types.
David Robillard
3
-26
/
+23
2009-03-12
More OOey (and smaller) parser design.
David Robillard
2
-42
/
+33
2009-03-10
More super important world changing kind of stuff.
David Robillard
1
-4
/
+4
2009-03-10
Very important crucial fix for many things.
David Robillard
1
-4
/
+4
2009-03-10
Tidy.
David Robillard
2
-7
/
+7
2009-03-07
Shorter and more consistent names (AST -> A).
David Robillard
5
-116
/
+116
2009-03-07
Remove redundant/useless ASTCall::exp
David Robillard
3
-17
/
+16
2009-03-07
Consistent external forms.
David Robillard
2
-11
/
+14
2009-03-07
Stream based serialisation of AST nodes (can write arbitrarily large expressi...
David Robillard
4
-25
/
+68
2009-03-07
Ensure only CEnv can call compile function directly (fix recursive functions).
David Robillard
2
-7
/
+9
2009-03-07
Make out and error streams fields of CEnv instead of static globals.
David Robillard
3
-18
/
+18
[prev]
[next]