This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
Eto.Parse 1.7.5
Install from the command line:
Learn more about NuGet packages
$ dotnet add package Eto.Parse --version 1.7.5
About this version
Eto.Parse is a highly optimized recursive decent LL(k) parser framework that can be used to create parsers for complex grammars that go beyond the capability of regular expressions.
You can use BNF, EBNF, or Gold parser grammars to define your parser, code them directly using a fluent API, or use shorthand operators (or a mix of each).