Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 778 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 778 Bytes

Configurable-syntactic-analyzer

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:

code grammar regex result