craff / pacomb

A parsing library that compiles grammars to combinators using elimination of left recursion
MIT License
18 stars 2 forks source link

Document nesting of grammar (as in tests/nested.ml and tests/calc_factor.ml) #6

Closed craff closed 5 years ago

craff commented 5 years ago

Temptative in README.md by commit 07debadf40aafaf0945c443da397aec2a24b1a26. Should be read more and also wait issue #3 to close being sure the doc is accurate.

craff commented 5 years ago

Temptative in README.md by commit 07debadf40aafaf0945c443da397aec2a24b1a26. Should be read more and also wait issue #3 to close being sure the doc is accurate.

craff commented 5 years ago

The documentation cover all aspects of the ppx even if more example and a tutorials would be better. Still closing as this issue is more specific.