summaryrefslogtreecommitdiff
path: root/module/language/elisp/parser.scm
AgeCommit message (Expand)AuthorFilesLines
2012-02-03emacs-compatible lexical bindingBT Templeton1-0/+2
2010-12-07support "#'" syntax for function expressionsBrian Templeton1-0/+2
2010-12-07use correct names for quasiquotation operatorsBrian Templeton1-3/+3
2010-12-07handle EOF correctly in parser and lexerBrian Templeton1-3/+8
2010-12-07reindentBrian Templeton1-57/+61
2010-12-07reformat commentsBrian Templeton1-46/+49
2010-12-07whitespace changesBrian Templeton1-7/+2
2009-12-15Change the Elisp compiler from GPLv2+ to LGPLv3+.Ludovic Courtès1-18/+17
2009-08-27Support circular structures in elisp reader.Daniel Kraft1-7/+87
2009-08-27Replaced generated elisp parser with hand-written one to fix source properties.Daniel Kraft1-50/+106
2009-08-26Parser for elisp and use it as reader.Daniel Kraft1-0/+76