dominiccooney / earley

An Earley parser in C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An Earley parser in C#

License:Apache License 2.0