/gist:80bc4940327cb6d395e7 Secret
Created
October 3, 2013 09:04
Star
You must be signed in to star a gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Grammar.nqp:418: token spacey { <?[\s#]> } | |
| Grammar.nqp:790: 'v' <?[\d]> {} $<vstr>=[<vnum>+ % '.' '+'?] | |
| Grammar.nqp:1034: <identifier> ':' <?[\s]> <.ws> | |
| Grammar.nqp:1130: token terminator:sym<]> { <?[\]]> } | |
| Grammar.nqp:1713: <sym> <?[\x20\t\n\],=)}]> | |
| Grammar.nqp:3195: || <op=.infixish('red')> <?[\]]> | |
| Grammar.nqp:3196: || $<triangle>=[\\]<op=.infixish('tri')> <?[\]]> | |
| Grammar.nqp:3284: | ':' <?[\s{]> <!{ $*QSIGIL }> <args=.arglist> | |
| Grammar.nqp:3389: token infix:sym«<<» { <sym> <!{ $*IN_META }> <?[\s]> <.sorryobs('<< to do left shift', '+< or ~<')> <O('%multiplicative')> } | |
| Grammar.nqp:3391: token infix:sym«>>» { <sym> <!{ $*IN_META }> <?[\s]> <.sorryobs('>> to do right shift', '+> or ~>')> <O('%multiplicative')> } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment