

Owl parser generator
Like
Owl is a parser generator which targets the class of visibly pushdown languages.
Cost / License
- Free
- Open Source
Platforms
- Mac
- Windows
- Linux
Features
No features, maybe you want to suggest one?
Tags
- development-tools
- parser-generator
Owl parser generator News & Activities
Highlights All activities
Recent activities
No activities found.
Owl parser generator information
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat is Owl parser generator?
Owl is a parser generator which targets the class of visibly pushdown languages.
FEATURES:
Efficient — Owl can parse any syntactically valid grammar in linear time. Understandable — like regular expressions, its parsing model and error messages can be understood without talking about parser states, backtracking, look-ahead, or any other implementation details. Easy to use — using Owl's interpreter mode, you can design, test, and debug your grammar without writing any code. An Owl grammar compiles to a single C header file which provides a straightforward parse tree API.



