summaryrefslogtreecommitdiffstats
path: root/lexer.h
AgeCommit message (Collapse)Author
2015-07-10Use `include` for import into namespaceNicolas Williams
2015-03-30Add `$__loc__` (fix #740)Nicolas Williams
2015-03-24Drop name-less label/break for nowNicolas Williams
See #734 and #658.
2015-02-15Add --disable-maintainer-mode; make bison optionalNicolas Williams
Also flex is now optional. The outputs of flex and bison are now committed. By default they get built, but users who want to build from git can now ./configure --disable-maintainer-mode to turn off the dependency on bison and flex. Maintainers must, of course, commit the bison and/or flex outputs when they make changes to parser.y and/or lexer.l, respectively.