/earley

An Earley parser in C#

Apache License 2.0Apache-2.0

An C# Earley Parser Library

Copyright 2004 Dominic Cooney. All Rights Reserved.

This library is licensed under the Apache License, Version 2.0. See
the file LICENSE.

For an example use of this library, see Calc/MainModule.vb. Because
grammars may be ambiguous, Parser.parse returns a list of
alternatives. This library predates lambda expressions in C# and VB;
reductions specify snippets of C# code in strings which are compiled
dynamically.