lexer debug utils
This commit is contained in:
parent
df3a8b58b0
commit
87fb5da13d
9 changed files with 89 additions and 3 deletions
|
|
@ -2,9 +2,12 @@
|
|||
%require "3.0"
|
||||
%defines
|
||||
%define api.value.type variant
|
||||
%define api.token.raw
|
||||
%define api.parser.class { parser }
|
||||
%define api.namespace { yy }
|
||||
%define api.token.prefix {TOK_}
|
||||
%define parse.trace
|
||||
|
||||
|
||||
%code requires {
|
||||
#include <string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue