Skip to content

DirkBrand/ABNF_to_PEG_translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABNF_to_PEG_translator

An ABNF to PEG translation application.

Installation

To install the binary, run the following command in the terminal:

$ go get github.com/DirkBrand/ABNF_to_PEG_translator/translator

Usage

Call the binary with the a path to an ABNF file as an argument. Ex. $ translator ~/myABNF.abnf

Note: The extension of the file does not matter, it just needs to have valid ABNF syntax.

About

An automatic ABNF to PEG transformation algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages