cpp-peglib/language/parser.hpp
2015-05-28 21:36:29 -04:00

12 lines
228 B
C++

#include <peglib.h>
enum AstType
{
Statements, While, If, FunctionCall, Assignment, Condition, BinExpresion,
Identifier, Number, Boolean, Function
};
peglib::peg& get_parser();
// vim: et ts=4 sw=4 cin cino={1s ff=unix