patrickhuber / Pliant

MIT License
26 stars 4 forks source link

the symbol 'λ' is not described #88

Closed ArsenShnurkov closed 6 years ago

ArsenShnurkov commented 6 years ago

1) on the page https://github.com/patrickhuber/Pliant/blob/master/documentation/regex.md the symbol 'λ' is not described. Is it 'ε' ?

2) also there is no hyperlinks to descriptions of 'NotCloseBracketCharacter', 'NotMetaCharacter', 'EscapeSequence'.

3) on the page https://github.com/patrickhuber/Pliant/blob/master/documentation/morse-code-grammar.md there is no examples of:

4) on the page https://github.com/patrickhuber/Pliant/blob/master/documentation/grammars.md (which is very, very good), it will be nice to have a note about national symbols support (is it possible to write grammar in national language with unicode or not)

5) there should be an explaination on what is default extension for grammar files, and how to parse such grammars from "hello parser" example (may be "examples" directory needs to be added). How to print a forest? How to disambiguate in typical cases? Right now there are textual descriptions, not examples of code.

6) It is also desirable to create directory "grammars" with examples of other grammars (like EBNF, ABNF, SQL, XML, and others)

patrickhuber commented 6 years ago

Good points. I'll split off a branch for this work and we can continue the discussion as part of the pull request.

patrickhuber commented 6 years ago

I've addressed these in the latest merge to master