An open API service indexing awesome lists of open source software.

https://github.com/iveevi/nabu

Parser generator API and language
https://github.com/iveevi/nabu

lexer-framework parser-framework parser-generator

Last synced: 5 months ago
JSON representation

Parser generator API and language

Awesome Lists containing this project

README

          

# Nabu

Nabu is a C++17 parsing library that is designed to be easy to use and
extremely customizable.

## TODOs

- [ ] Add ranges for characters like regex (i.e. `['a' - 'z'`])
- [ ] Add LR and LARL version for the parser class