Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2010-12-07 | use correct names for quasiquotation operators | Brian Templeton | 1 | -1/+1 |
2010-12-07 | update elisp reader tests to handle EOF tokens | Brian Templeton | 1 | -6/+6 |
2009-08-27 | Support circular structures in elisp reader. | Daniel Kraft | 1 | -2/+17 |
2009-08-27 | Replaced generated elisp parser with hand-written one to fix source properties. | Daniel Kraft | 1 | -3/+11 |
2009-08-26 | Parser for elisp and use it as reader. | Daniel Kraft | 1 | -4/+40 |
2009-08-26 | get-lexer/1 for elisp that finishes after the first full expression is read. | Daniel Kraft | 1 | -7/+17 |
2009-08-26 | Character and string literal support for the elisp lexer. | Daniel Kraft | 1 | -1/+30 |
2009-08-26 | A first, rough lexer for elisp still missing some stuff. | Daniel Kraft | 1 | -0/+87 |