Pinned Repositories
apg-6.3
APG - ABNF Parser Generator, generates recursive-descent parsers from ABNF grammars.
apg-7.0
APG - ABNF Parser Generator. C version with many new features. Partially-Predictive Parsing Tables increases parsing speed. Phrase-Matching Engine with more features and more power than regex. Lots of cool utilities and many examples of use.
apg-java
Java APG - an ABNF Parser Generator written entirely in Java.
apg-js
The latest version of JavaScript APG. Supersedes and obsoletes all previous versions. APG is an ABNF Parser Generator. It generates recursive-descent parsers from a superset of ABNF.
apg-js2
Deprecated. Use the updated version, apg-js, instead. JavaScript APG Version 2.0. APG is an ABNF Parser Generator. It generates recursive-descent parsers from a superset of ABNF grammars.
apg-js2-examples
Deprecated. Use the updated versions, apg-js-examples & apg-js, instead. Examples of usage of the JavaScript APG Version 2.0 parser generator and the parsers it generates.
apg-js2-exp
Deprecated. Use the updated apg-js instead. A pattern-matching engine similar to RegExp but uses an ABNF pattern syntax and APG parsers.
apg-js2-lib
Deprecated. Use the updated version, apg-js, instead. Library of core parsing functions for the JavaScript APG Version 2.0 parser generator and the parsers it generates.
apg-py
Python APG - an ABNF Parser Generator
python-ini
A simple to use yet very flexible INI file parser. Powered by Python APG.
ldthomas's Repositories
ldthomas/apg-6.3
APG - ABNF Parser Generator, generates recursive-descent parsers from ABNF grammars.
ldthomas/apg-js2-exp
Deprecated. Use the updated apg-js instead. A pattern-matching engine similar to RegExp but uses an ABNF pattern syntax and APG parsers.
ldthomas/apg-js2
Deprecated. Use the updated version, apg-js, instead. JavaScript APG Version 2.0. APG is an ABNF Parser Generator. It generates recursive-descent parsers from a superset of ABNF grammars.
ldthomas/apg-java
Java APG - an ABNF Parser Generator written entirely in Java.
ldthomas/apg-7.0
APG - ABNF Parser Generator. C version with many new features. Partially-Predictive Parsing Tables increases parsing speed. Phrase-Matching Engine with more features and more power than regex. Lots of cool utilities and many examples of use.
ldthomas/apg-js
The latest version of JavaScript APG. Supersedes and obsoletes all previous versions. APG is an ABNF Parser Generator. It generates recursive-descent parsers from a superset of ABNF.
ldthomas/apg-js2-examples
Deprecated. Use the updated versions, apg-js-examples & apg-js, instead. Examples of usage of the JavaScript APG Version 2.0 parser generator and the parsers it generates.
ldthomas/apg-py
Python APG - an ABNF Parser Generator
ldthomas/python-ini
A simple to use yet very flexible INI file parser. Powered by Python APG.
ldthomas/apg-js2-lib
Deprecated. Use the updated version, apg-js, instead. Library of core parsing functions for the JavaScript APG Version 2.0 parser generator and the parsers it generates.
ldthomas/apg-lite
A light-weight version of apg-js parser for Node.js and web page parsers.
ldthomas/apg-js-examples
A large set of examples of using apg-js, the latest version of JavaScript APG. Supersedes and obsoletes apg-js2-examples.
ldthomas/apg-js2-api
Deprecated. Use the updated version, apg-js, instead. API for APG. An API for generating ABNF parsers in desktop or web page applications.
ldthomas/apg-conv
Deprecated. Use the updated version, apg-js, instead. Converts byte streams from one encoding to another. Decodes byte streams to integer arrays and vice versa.
ldthomas/apg-conv-api
Deprecated. Use the updated version, apg-js, instead. API for the apg-conv data encoding and conversion application.
ldthomas/siwe
Sign-In with Ethereum library