Fix typo in grammar.

Add lexertl.
This commit is contained in:
Markus Hauschild
2013-05-31 21:35:44 +02:00
parent 7be9545e02
commit f3d3389f54
44 changed files with 12465 additions and 2 deletions

View File

@@ -4,6 +4,15 @@
* Licensed under the GNU GPL v2.
*/
// this file is auto generated from grammar/grammar.y
// but it does not work yet
// #include "grammar.h"
#include "lexertl/generator.hpp"
#include "lexertl/lookup.hpp"
#include "lexertl/rules.hpp"
#include "lexertl/state_machine.hpp"
int main() {
return 0;
}