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

https://github.com/0x51-dev/upeg

Universal Parser Expression Grammar
https://github.com/0x51-dev/upeg

abnf parser peg

Last synced: 3 months ago
JSON representation

Universal Parser Expression Grammar

Awesome Lists containing this project

README

          

# Universal Parser Expression Grammar

## Introduction

This is a universal parser expression grammar focused on simplicity and extensibility.

Inspired by PEG, PEGN, and ABNF.

## ABNF

[Experimental](./abnf/README.md)

## References

- [PEG](https://bford.info/pub/lang/peg.pdf)
- [ABNF](https://www.rfc-editor.org/rfc/rfc5234)
- [UTF-8](https://datatracker.ietf.org/doc/html/rfc3629#section-3)
- [EBNF](https://www.w3.org/TR/REC-xml/#sec-notation)
- [ISO/IEC 14977 : 1996(E)](http://standards.iso.org/ittf/PubliclyAvailableStandards/s026153_ISO_IEC_14977_1996(E).zip)