1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-06 15:40:29 +02:00
guile/module/language/lua
Andy Wingo 04175c7dda lua/lexer tweaks
* module/language/lua/lexer.scm: Some tweaks and reindentations. Remove
  the define/init lexer interface; I don't like separating declaration
  and initialization.

* module/language/lua/parser.scm:
* test-suite/tests/lua-lexer.test: Adapt to lexer interface change.
2013-09-09 17:01:24 +01:00
..
standard add lua language implementation 2013-09-09 17:01:23 +01:00
common.scm lua/common cleanup 2013-09-09 17:01:23 +01:00
compile-tree-il.scm lua/compile-tree-il tweaks 2013-09-09 17:01:23 +01:00
lexer.scm lua/lexer tweaks 2013-09-09 17:01:24 +01:00
parser.scm lua/lexer tweaks 2013-09-09 17:01:24 +01:00
runtime.scm remove true? and false?; lua's truthiness and falsehood is guile's. 2013-09-09 17:01:23 +01:00
spec.scm add lua language implementation 2013-09-09 17:01:23 +01:00