Skip to content

Commit

Permalink
fix: closer parity to the EBNF grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Apr 27, 2022
1 parent f7b087e commit 040ca49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammar.js
Expand Up @@ -76,7 +76,7 @@ module.exports = grammar({

non_identifier_type: $ => choice(
'felt',
$.identifier, // structure
'codeoffset',
seq( $.type, '*'),
seq( $.type, '**'),
seq("(", sep1(",", $.named_type), ")")
Expand Down

0 comments on commit 040ca49

Please sign in to comment.