Files
scully/src/test.cpp

19 lines
421 B
C++
Raw Normal View History

/* 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"
int main() {
return 0;
}