Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 362 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 362 Bytes

Amy

C# .NET Core lib for parsing formal grammars.

Info and Usage

Parsed grammar can evaluate passed expression and it can return expression structure in user defined objects or just check if expression is grammar item.

Actual version contains:

  • EBNF - Extended Backus–Naur form for express context-free grammar. Use binary tree structure.