lives-group / APEG

2 stars 0 forks source link

Adaptable Parsing Expression Grammar (APEG)

This project aims to create a parser generator based on Adaptable Parsing Expression Grammars

Tests

How to use

APEG compiler toolchain is distributed as a single jar file. To use it just invoke the java interpreter at a command line, passing the target file as a parameter.

java apeg.jar source file

Refer to the sections below to more information on how to use or contribute to APEG.