add_library(parser STATIC
        Exception.cpp
        PackratParser.cpp
        Parser.cpp
        PEGLexer.cpp
        GrammarUtils.cpp)
