Skip to content

Instantly share code, notes, and snippets.

@FROGGS
Created October 3, 2013 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FROGGS/80bc4940327cb6d395e7 to your computer and use it in GitHub Desktop.
Save FROGGS/80bc4940327cb6d395e7 to your computer and use it in GitHub Desktop.
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