2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00
This commit is contained in:
Takeshi Abe
2015-04-24 11:55:29 +09:00
parent b427afa9ee
commit 55ff6fa39c

View File

@@ -84,7 +84,7 @@ a signature of utree(scope const&) as a utree node.
[heading Example: Sexpr Parser]
Our first example demonstrates how to use `utree` to write a parser for
[@http://http://en.wikipedia.org/wiki/S-expression symbolic expressions].
[@http://en.wikipedia.org/wiki/S-expression symbolic expressions].
While `utree` is capable of representing just about any AST, `utree`'s design
is based on the simple yet powerful nature of symbolic expressions. This
example introduces a number of basic and intermediate `utree` development