aboutsummaryrefslogtreecommitdiff
path: root/devel/glrparser/pkg-descr
blob: bd7074c752a0a1f4a0732a91619e1b15c30ba252 (plain) (blame)
1
2
3
4
The goal of The glrParser Project is to create generally usable programmers
tool for syntactical analysis of wide ambiguous grammars which works with the
GLR(0) algorithm. GLR is well known algorithm published by Marasu Tomita in
1985. It is based on generalization of the LR analysis.