Skip to content

ArsenShnurkov/earley

 
 

Repository files navigation

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#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 89.2%
  • Visual Basic .NET 10.8%