2013-05-31 19:04:25 +02:00
|
|
|
/* The scully programming language.
|
|
|
|
|
*
|
|
|
|
|
* Copyright (c) Peter Dahlberg, Markus Hauschild and Florian Sattler, 2013.
|
|
|
|
|
* Licensed under the GNU GPL v2.
|
|
|
|
|
*/
|
|
|
|
|
|
2013-05-31 21:35:44 +02:00
|
|
|
// 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"
|
|
|
|
|
|
2013-05-31 19:04:25 +02:00
|
|
|
int main() {
|
|
|
|
|
return 0;
|
|
|
|
|
}
|