bruceiv / egg

C++11 Parsing Expression Grammar Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation fails on dlf branch

mrzv opened this issue · comments

Running make on dlf branch results in:

g++ -O3 --std=c++0x -DNDEBUG -o egg main.cpp  
In file included from main.cpp:34:
./visitors/normalizer.hpp:159:25: error: use of undeclared identifier 'any_type'
                        if ( rVal->type() == any_type ) {
                                             ^
1 error generated.
make: *** [egg] Error 1

Pushed some uncommitted changes that fix this (also, I'd recommend use of the master branch, dlf is an algorithmic experiment with about a two order-of-magnitude runtime performance hit.)