Pegger 0.0.4
For when Regular Expressions just aren't enough! (Internal)

Pegger is a support library that aids Alien-Factory in the development of other libraries, frameworks and applications. Though you are welcome to use it, you may find features are missing and the documentation incomplete.

For when Regular Expressions just aren't enough!

Pegger is a Parsing Expression Grammar (PEG) implementation. It lets you build text parsers by building up a tree of simple matching rules.

Pegger was inspired by Mouse and Parboiled.

Read more...

Install

To install Pegger with Fantom Pod Manager, cut'n'paste the following into a cmd prompt, terminal or shell:

Or to install Pegger with the Fantom Repository Manager (fanr), cut'n'paste the following into a cmd prompt, terminal or shell:

Or to install manually, download the pod file and copy it to the %FAN_HOME%/lib/fan/ directory.

afPegger.pod (43.71 kB)

Use

To use Pegger in a Fantom project, add a dependency to the project's build.fan:

depends = ["sys 1.0", ..., "afPegger 0.0.4 - 0.0"]

Documentation

Information

Meta information on the Pegger pod:

Published by
Steve Eynon
Organisation
Alien-Factory
Pod file size
43.71 kB
Licence
The MIT Licence
Built on
9th Mar 2015
Source code
via Mercurial at https://bitbucket.org/AlienFactory/afpegger
Depends on
afBeanUtils, sys
Referenced by
Javascript Compatible
No

Dependency Graph

  Use mouse to re-position pods

Release History

There have been 9 releases of Pegger: