create token name constants in comment package

This commit is contained in:
z7zmey
2018-05-27 22:15:27 +03:00
parent e396f81eea
commit b383fe98fe
8 changed files with 2217 additions and 2000 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -193,6 +193,7 @@ import (
%token <token> '%'
%token <token> '<'
%token <token> '>'
%token <token> '.'
%left T_INCLUDE T_INCLUDE_ONCE T_EVAL T_REQUIRE T_REQUIRE_ONCE
%left ','