Skip to content

Commit

Permalink
Rid of undefined REFERENCE non-terminal.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko authored Oct 3, 2017
1 parent 6c9cbb3 commit 6d88717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roboto.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ DEFINITION :: `set` IDENTIFIER `to` QUERY

RETURN :: `return` QUERY

QUERY :: (_`word`_ | REFERENCE | CALL)+
QUERY :: (_`word`_ | IDENTIFIER | CALL)+

IDENTIFIER :: `'` _`identifier`_ `'`

Expand Down

0 comments on commit 6d88717

Please sign in to comment.