Package ghidra.app.plugin.assembler.sleigh.parse
package ghidra.app.plugin.assembler.sleigh.parse
-
ClassDescriptionA class to compute the first and follow of every non-terminal in a grammarA successful result from parsingThe Action/Goto table for a LALR(1) parserAn ACCEPT (acc) entryAn action in the Action/Goto tableA GOTO (Gn) entryA REDUCE (Rn) entryA SHIFT (Sn) entryAn unsuccessful result from parsingA class that implements the LALR(1) parsing algorithmA class to encapsulate LALR(1) parsing for a given grammarA map key used to identify merges for Step 4 in Stephen Jackson's rantThe map value keyed by
AssemblyParser.MergeKey
A result of parsing a sentenceA state in an LR(0) parsing machineAn item in the state of an LR(0) parserThe transition table defining an LR(0) parsing machine