Skip to content

Commit

Permalink
update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijian committed Oct 30, 2023
1 parent b97baa5 commit 09be050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser.mly
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ open Parser_util
%token COLONCOLON "::"
%token COLON ":"
%token COLONEQUAL ":="
%token SEMI
%token <bool>SEMI
%token LBRACKET "["
%token PLUS "+"
%token RBRACKET "]"
Expand Down

0 comments on commit 09be050

Please sign in to comment.