Skip to content
/ ptk Public

Toolkit for building parsers using the Vaughan Pratt top-down recursive-descent technique

License

Notifications You must be signed in to change notification settings

hydralang/ptk

Repository files navigation

Parser Tool Kit

Tag License Test Report Coverage Report Godoc Issue Tracker Pull Request Tracker Report Card

This repository contains a framework for building parsers using the Pratt technique. The Pratt technique is a recursive descent parsing technique specifically geared toward enabling more efficient parsing of grammars involving operator precedence, such as expression grammars. The repository also contains other functionality to assist in the creation of lexical analyzers and other code useful for parsers.

About

Toolkit for building parsers using the Vaughan Pratt top-down recursive-descent technique

Resources

License

Stars

Watchers

Forks

Packages

No packages published