Owl parser generator icon
Owl parser generator icon

Owl parser generator

 Like

Owl is a parser generator which targets the class of visibly pushdown languages.

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  No rating
0likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

Owl parser generator News & Activities

Highlights All activities

Recent activities

No activities found.

Owl parser generator information

  • Developed by

    Ian Henderson
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    7 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  793 Stars
  •  26 Forks
  •  9 Open Issues
  •   Updated Mar 29, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about Owl parser generator, and it has gotten 0 likes

Owl parser generator was added to AlternativeTo by David on Aug 1, 2018 and this page was last updated Aug 1, 2018.
No comments or reviews, maybe you want to be first?
Post comment/review

What 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.

Official Links