support "#'" syntax for function expressions
[bpt/guile.git] / module / language / elisp / parser.scm
2010-12-07 Brian Templetonsupport "#'" syntax for function expressions
2010-12-07 Brian Templetonuse correct names for quasiquotation operators
2010-12-07 Brian Templetonhandle EOF correctly in parser and lexer
2010-12-07 Brian Templetonreindent
2010-12-07 Brian Templetonreformat comments
2010-12-07 Brian Templetonwhitespace changes
2009-12-15 Ludovic CourtèsChange the Elisp compiler from GPLv2+ to LGPLv3+.
2009-12-11 Andy Wingomerge from master to elisp
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-27 Daniel KraftSupport circular structures in elisp reader.
2009-08-27 Daniel KraftReplaced generated elisp parser with hand-written one...
2009-08-26 Daniel KraftParser for elisp and use it as reader.