summaryrefslogtreecommitdiff
path: root/test-suite/tests/elisp-reader.test
AgeCommit message (Expand)AuthorFilesLines
2010-12-07use correct names for quasiquotation operatorsBrian Templeton1-1/+1
2010-12-07update elisp reader tests to handle EOF tokensBrian Templeton1-6/+6
2009-08-27Support circular structures in elisp reader.Daniel Kraft1-2/+17
2009-08-27Replaced generated elisp parser with hand-written one to fix source properties.Daniel Kraft1-3/+11
2009-08-26Parser for elisp and use it as reader.Daniel Kraft1-4/+40
2009-08-26get-lexer/1 for elisp that finishes after the first full expression is read.Daniel Kraft1-7/+17
2009-08-26Character and string literal support for the elisp lexer.Daniel Kraft1-1/+30
2009-08-26A first, rough lexer for elisp still missing some stuff.Daniel Kraft1-0/+87