aboutsummaryrefslogtreecommitdiffstats
path: root/src/tuplr.hpp
AgeCommit message (Expand)AuthorFilesLines
2009-10-07Remove double lookup.David Robillard1-2/+1
2009-10-06Tidy.David Robillard1-2/+5
2009-10-06Shrink.David Robillard1-4/+2
2009-10-06C backend.David Robillard1-1/+2
2009-10-06Fully abstract backend interface.David Robillard1-5/+3
2009-10-06Fully shared library safe backend interface.David Robillard1-1/+3
2009-10-06Rename gc and backend files to more library appropriate names (tuplr_ prefix).David Robillard1-2/+4
2009-10-06Move argument substitution building from LLVM backend code to generic type code.David Robillard1-0/+1
2009-10-06Split backend specific compilation functions from generic ones.David Robillard1-3/+4
2009-07-04Parse AString.David Robillard1-1/+3
2009-07-04Eliminate AType::var().David Robillard1-1/+0
2009-07-04Tidy.David Robillard1-6/+3
2009-07-04Tidy.David Robillard1-13/+4
2009-07-04Ditch Exp type and use AST even at lex time.David Robillard1-61/+37
2009-07-04Lex to AST with AString type.David Robillard1-22/+32
2009-07-04Use raw memory instead of std::vector.David Robillard1-16/+29
2009-07-04Safer Exp.David Robillard1-19/+28
2009-07-03Hide std::vector roots of Exp.David Robillard1-2/+12
2009-07-03Tidy.David Robillard1-1/+0
2009-07-03Improved const correctness.David Robillard1-21/+45
2009-07-03Avoid NULL check.David Robillard1-1/+1
2009-07-03Include and use TLSF fast realtime allocator.David Robillard1-2/+5
2009-06-29Normalise EOF.David Robillard1-1/+0
2009-06-29More documentation fixes.David Robillard1-7/+10
2009-06-29Split code up further.David Robillard1-3/+4
2009-06-29Build compiler documentation.David Robillard1-0/+4
2009-06-28Move code into src directory.David Robillard1-0/+654