1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-02 23:50:47 +02:00
guile/module/language/lua
Andy Wingo ae037892f0 remove true? and false?; lua's truthiness and falsehood is guile's.
* module/language/lua/runtime.scm (true?, false?): Remove, now that #nil
  is false.

* module/language/lua/compile-tree-il.scm: Don't emit calls to true? or
  false?.
2013-09-09 17:01:23 +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 remove true? and false?; lua's truthiness and falsehood is guile's. 2013-09-09 17:01:23 +01:00
lexer.scm lua/common cleanup 2013-09-09 17:01:23 +01:00
parser.scm lua/parser tweaks 2013-09-09 17:01:23 +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