patrickhuber / Pliant

MIT License
26 stars 4 forks source link

Req: Pliant input language description #76

Closed ArsenShnurkov closed 6 years ago

ArsenShnurkov commented 7 years ago

To write grammars for Pliant, one need to know how to do that (I mean when grammar is loaded from text file). In particular, how to write regular expressions, how to define strings, characters by code and so on. Also, some examples will be nice to have (Morse code parser from UTF-8 file (•••⁃⁃⁃•••) , or something like that).

patrickhuber commented 6 years ago

This was addressed in pull request #92