aboutsummaryrefslogtreecommitdiffstats
path: root/src/parse.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-09-30Preliminary work on algebraic data types and run-time typing.David Robillard1-12/+14
2010-08-19Generalise `cons': a call to any symbol beginning with an uppercase characterDavid Robillard1-10/+23
2010-08-19Move PEnv::parse implementation to parse.cpp and remove PEnv::parseTuple.David Robillard1-2/+46
2010-08-19Add quote to syntax (currently only a lexeme is quotable, no lists...)David Robillard1-6/+18
2010-08-19Coherent AString and Lexeme implementation.David Robillard1-2/+3
2010-04-08Tuplr -> Resp (RESource Processing).David Robillard1-5/+5
2009-10-16. operator for destructuring Tuples (cons).David Robillard1-0/+1
2009-10-16Cons.David Robillard1-3/+4
2009-10-15Replace more use of at(0) with head().David Robillard1-1/+1
2009-10-15Replace use of ATuple::at(0) with ATuple::head().David Robillard1-1/+1
2009-10-15Make TEnv purely a type environment.David Robillard1-5/+5
2009-10-14Remove cruft.David Robillard1-1/+1
2009-07-04Parse AString.David Robillard1-0/+1
2009-07-04Tidy.David Robillard1-3/+3
2009-07-04Ditch Exp type and use AST even at lex time.David Robillard1-32/+37
2009-07-04Lex to AST with AString type.David Robillard1-1/+1
2009-07-03Hide std::vector roots of Exp.David Robillard1-13/+17
2009-06-29Tidy.David Robillard1-4/+2
2009-06-29More documentation fixes.David Robillard1-0/+1
2009-06-29Split code up further.David Robillard1-0/+131