A simple configurable synatactic analyzer based on LR(1).
This is a simple synatactic analyzer which needs a extra lexcial analyzer to run.Users suppose to provide the grammar,the regex of all the tokens and the code file which need to be analyze.And this praser will figure out whether the codes fit the grammar or not.
Here is an example: