Fixed link error in README.

pull/38/head
yhirose 7 years ago
parent f3a65f7c61
commit b2f6b0bcdc
  1. 2
      README.md

@ -260,7 +260,7 @@ if (parser.parse("...", ast)) {
`peg::AstOptimizer` removes redundant nodes to make a AST simpler. You can make your own AST optimizers to fit your needs.
See actual usages in the [AST calculator example](https://github.com/yhirose/cpp-peglib/blob/master/example/calc3.cc) and [PL/0 language example](https://github.com/yhirose/cpp-peglib/blob/master/language/pl0/pl0.cc).
See actual usages in the [AST calculator example](https://github.com/yhirose/cpp-peglib/blob/master/example/calc3.cc) and [PL/0 language example](https://github.com/yhirose/cpp-peglib/blob/master/pl0/pl0.cc).
Simple interface
----------------

Loading…
Cancel
Save