Skip to content

Packrat parser generator/combinator library for Squirrel

License

Notifications You must be signed in to change notification settings

jayeheffernan/packrat.nut

Repository files navigation

packrat.nut

The first general-purpose parsing library for the Squirrel programming language!

A Packrat parser implementation for Squirrel. Includes a parser-combinator and grammar-string interfaces for specifying grammars. See the example code for an example of how this library can be used to parse a non-regular language (JSON), given just a definition of the grammar (as a string) and an action to perform for each grammar item.

About

Packrat parser generator/combinator library for Squirrel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published