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.

  1. crule: Returns the current rule being parsed in the bison specification.
  2. steprule : Steps to the next rule in the iBison specification
  3. str: Helps identify the current position in the entire parsing process.
  4. br : Allows the user to break when a particular token is encountered.
  5. step: Steps to the next step taken by the parser
  6. ctkn: Displays the current token
  7. rulepos: Identifies the position of the . in the rule being parsed.
  8. test <filename>: Accepts the file to be debugged.
  9. quit: End the sidBison program
⚠️ **GitHub.com Fallback** ⚠️