Skip to content

YLonely/configurable-syntactic-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple configurable synatactic analyzer based on LR(1)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published