mirror of
https://github.com/bingmann/2018-cpp-spirit-parsing.git
synced 2025-12-16 12:17:06 +03:00
8 lines
295 B
HTML
8 lines
295 B
HTML
<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.
|