Instruction Set - sidprasad/sidbison GitHub Wiki
The sidBison instruction set is designed to reinforce the abstraction barrier between a Bison specification and the underlying parser implementation.
-
crule
: Returns the current rule being parsed in the bison specification. -
steprule
: Steps to the next rule in the iBison specification -
str
: Helps identify the current position in the entire parsing process. -
br
: Allows the user to break when a particular token is encountered. -
step
: Steps to the next step taken by the parser -
ctkn
: Displays the current token -
rulepos
: Identifies the position of the.
in the rule being parsed. -
test <filename>
: Accepts the file to be debugged. -
quit
: End the sidBison program