Skip to content

Gramli/Amy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.