Skip to content

Commit

Permalink
Reserve potential keywords for the future
Browse files Browse the repository at this point in the history
ref #319
  • Loading branch information
frostburn committed May 13, 2024
1 parent 12deb49 commit fd4962d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/grammars/sonic-weave.pegjs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@
'vor',
'where',
'while',
// Future reserved words
'case',
'debugger',
'default',
'delete',
'match',
'yield',
]);

const PERFECT_DEGREES = new Set([1, 4, 5, 1.5, 4.5, 7.5]);
Expand Down

0 comments on commit fd4962d

Please sign in to comment.