From da389927ddf9240bbba10b819eb782e80a5d6bf7 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Tue, 19 Jan 2021 02:25:44 +1100 Subject: Basic HTML documentation added --- doc/example_overview.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 doc/example_overview.html (limited to 'doc/example_overview.html') diff --git a/doc/example_overview.html b/doc/example_overview.html new file mode 100644 index 0000000..88d15a3 --- /dev/null +++ b/doc/example_overview.html @@ -0,0 +1,40 @@ + + + + + + + /example Overview - Packrat Docs + + + + + + +

/example Overview

+ + Return to Contents + + + + + + + + + + + + + + + +
calc.adbImplements a basic expression calculator using lexer and parser combinators. + Can handle + - * / ^ () operators. Run with the --help switch for more info.
sentence.adbImplements the sentence grammar used as an example in the reference paper on pages 2-3.
ssss.adbImplements the highly ambiguous s grammar used in the reference paper on pages 5 and 12-13. + Length of input can be adjusted by command line argument and is therefore good for experiments on + complexity of the library. Also responds to the --help switch.
+ + + + + -- cgit