All Projects → for-GET → core-pegjs

for-GET / core-pegjs

Licence: Unlicense license
A collection of core PEGjs grammars (IETF, ISO, etc.)

Programming Languages

coffeescript
4710 projects
shell
77523 projects

Core PEGjs Build Status

A collection of core PEGjs grammars (IETF, ISO, etc.)

Wherever there are ABNF specifications, the ABNF rules MUST simply ported to PEGjs without any semantic modification.

This is part of a bigger effort: for-GET HTTP.

Reason

The PEGs part of this library MUST have no actions (code), in order to make them reusable, outside the context in which they are used. Code and semantic output is to be implemented by libraries that reuse the syntax in these PEGs, thanks to the overrideAction PEGjs plugin.

An example of such libraries is API-PEGjs.

Extension

PEGjs doesn't allow for composability (referencing other grammars).

This library makes use of an @append marker/instruction to concatenate multiple grammars into one, before publishing.

This is a workaround. As soon as pegjs/pegjs#38 is closed, you can expect a breaking change, if the situation so needs.

License

Apache 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].