• Stars
    star
    1
  • Language
    C#
  • Created over 8 years ago
  • Updated over 8 years ago

Reviews

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.