Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Add default <ws> rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Oct 21, 2009
1 parent 5b85aa3 commit 6cd6c1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/HLL/Grammar.pm
Expand Up @@ -2,6 +2,8 @@ grammar HLL::Grammar;

# method EXPR is in src/cheats/hll-grammar.pir

token ws { <!ww> [ \s+ | '#' \N* ]* }

token termish {
<prefixish>*
<noun>
Expand Down

0 comments on commit 6cd6c1a

Please sign in to comment.