Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add empty set as a term. Not sure how to go on from here, though :-(
  • Loading branch information
lizmat committed Sep 28, 2013
1 parent 371c4bc commit c779e6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Perl6/Grammar.nqp
Expand Up @@ -2637,6 +2637,8 @@ grammar Perl6::Grammar is HLL::Grammar does STD {

token term:sym<time> { <sym> <.end_keyword> }

token term:sym<<∅>> { <sym> <.end_keyword> }

token term:sym<rand> {
<sym> »
[ <?before '('? \h* [\d|'$']> <.obs('rand(N)', 'N.rand or (1..N).pick')> ]?
Expand Down

0 comments on commit c779e6f

Please sign in to comment.