There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Lexical analyzer, based on a state machine , which is being built of input regular expressions. And syntax analyzer, based on LL(1) grammar, which is being built of input grammar rules.