-
Notifications
You must be signed in to change notification settings - Fork 2
An Earley parser in C#
License
dominiccooney/earley
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published