PistonDevelopers / meta

A DSL parsing library for human readable text documents
MIT License
90 stars 5 forks source link

Add support for "introspection variables" #277

Closed bvssvni closed 8 years ago

bvssvni commented 9 years ago

When parsing, the meta data parsed so far is available. This could be used to change rules depending on what is already parsed.

For example, one could parse a number that tells how items follows.

bvssvni commented 9 years ago

This might be out of the scope of this library.