parsertl14
Parser generator
A modular parser generator implemented in C++14
C++14 version of parsertl
32 stars
5 watching
4 forks
Language: C++
last commit: 2 months ago Related projects:
Repository | Description | Stars |
---|---|---|
keean/parser-combinators | A C++ library for building efficient and maintainable parsers with flexible composition and runtime polymorphism. | 97 |
otac0n/pegasus | A PEG parser generator for C# that integrates with MSBuild and Visual Studio | 206 |
pwil3058/dunnart | A tool for generating LALR(1) parsers from a specification language | 14 |
gerhobbelt/jison | An API for creating parsers in JavaScript that generates bottom-up parsers from grammar files | 118 |
jwtowner/lug | A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. | 68 |
michel-kraemer/bson4jackson | Supports the use of BSON data format in JSON processing | 292 |
benjamin-hodgson/pidgin | A lightweight and fast parsing library for C#. | 919 |
sadmac7000/libason | A library to parse and manipulate a specific algebraic superset of JSON | 2 |
mattbryson/bash-arg-parse | A bash script template for parsing named, short and positional CLI arguments. | 63 |
ianh/owl | A parser generator tool for visibly pushdown languages | 746 |
lpeter1997/cppcmb | A C++ parser-combinator library with a natural grammar notation | 123 |
bfgroup/lyra | A command line argument parser for C++ | 483 |
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 847 |
hjson/hjson-cpp | A C++ library for parsing and generating JSON data | 70 |
youxkei/ctpg | A tool for generating parsers at compile-time using D programming language | 45 |