Seven instructive examples how to use Boost Spirit

This commit is contained in:
Timo Bingmann
2018-09-13 11:08:06 +02:00
commit 7715e8827d
12 changed files with 2218 additions and 0 deletions

7
example.html Normal file
View File

@@ -0,0 +1,7 @@
<h1>Example for C++ HTML Parser</h1>
Welcome to the example text for the HTML <b>snippet</b> parser,
which can also interpret *Markdown* style.
Furthermore, the markup parser can read additional tags like <% func(a,5) %>
which could then filled at evaluation with the result of C++ functions.