Fixed lots of bugs, added much more sane and efficient ParseAction table instead of recalculating every time. Fixed lots of bugs and inefficencies. Some temporary hacks in the table, mostly having to do with not having an EOF Symbol yet.
This commit is contained in:
1
main.cpp
1
main.cpp
@@ -58,6 +58,7 @@ int main(int argc, char* argv[]) {
|
||||
//std::cout << "Doing stateSetToString from Main" << std::endl;
|
||||
std::cout << parser.stateSetToString() << std::endl;
|
||||
//std::cout << "finished stateSetToString from Main" << std::endl;
|
||||
std::cout << parser.tableToString() << std::endl;
|
||||
|
||||
std::cout << grammerInputFileString << std::endl;
|
||||
std::cout << parser.grammerToString() << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user