A Compiler made using Maven that offers to the user the possibility to provide the language of the compiler .works only on SLR grammars and generates the SLR table according to the grammar given , An SLR parser generator and type checking. ...
Constructing SLR Parsing Table: 1. Construct the canonical collection of sets of LR(0) items for G. C ¬ {I 0 ,...,I n } 2. Create the parsing action table as follows If a is a terminal, A→ a •a b in I i and goto(I i ,a)=I j then action[i,a] is shi
所以还是像我上面说的那样,自己挑一门语言实现个parser (不能用parser generator),大多数parsing algo...
所以还是像我上面说的那样,自己挑一门语言实现个parser (不能用parser generator),大多数parsing algo...