use lexical binding in boot.el
[bpt/guile.git] / module / language / elisp / lexer.scm
2012-02-03 BT Templetonemacs-compatible lexical binding
2011-02-18 Andy Wingocore modules use (ice-9 binary-ports) instead of (rnrs...
2010-12-07 Brian Templetonsupport "#'" syntax for function expressions
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-26 Daniel KraftError in lexer when 'empty' symbol would have been...
2009-08-26 Daniel KraftParser for elisp and use it as reader.
2009-08-26 Daniel Kraftget-lexer/1 for elisp that finishes after the first...
2009-08-26 Daniel KraftCharacter and string literal support for the elisp...
2009-08-26 Daniel KraftA first, rough lexer for elisp still missing some stuff.