first finished implementation of Quantity parser

This commit is contained in:
jriegel
2013-09-22 18:03:28 +02:00
parent 3c5fb838ad
commit 7fe834ffbe
13 changed files with 1988 additions and 1184 deletions

View File

@@ -127,6 +127,7 @@ void Quantity_yyerror(char *errorinfo)
namespace QuantityParser {
#define YYINITDEPTH 20
// show the parser the lexer method
#define yylex QuantityLexer
int QuantityLexer(void);