Skip to content

Commit

Permalink
Merge pull request #423 from ydah/remove-todo
Browse files Browse the repository at this point in the history
Use `string_as_id` instead of `STRING`
  • Loading branch information
yui-knk authored May 25, 2024
2 parents a7638d0 + 59e347c commit bc2f0b4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 22 deletions.
47 changes: 26 additions & 21 deletions lib/lrama/parser.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion parser.y
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ rule
}

alias: # empty
| STRING # TODO: change this to string_as_id
| string_as_id { result = val[0].s_value }

symbol_declarations: symbol_declaration_list
{
Expand Down

0 comments on commit bc2f0b4

Please sign in to comment.