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