Fixed the URL for PL/0

pull/38/head
yhirose 7 years ago
parent d4fabb04ad
commit 925a611ec0
  1. 2
      README.md

@ -399,7 +399,7 @@ Sample codes
* [Calculator (with parser operators)](https://github.com/yhirose/cpp-peglib/blob/master/example/calc2.cc)
* [Calculator (AST version)](https://github.com/yhirose/cpp-peglib/blob/master/example/calc3.cc)
* [PEG syntax Lint utility](https://github.com/yhirose/cpp-peglib/blob/master/lint/peglint.cc)
* [PL/0 Interpreter](https://github.com/yhirose/cpp-peglib/blob/master/language/pl0/pl0.cc)
* [PL/0 Interpreter](https://github.com/yhirose/cpp-peglib/blob/master/pl0/pl0.cc)
Tested compilers
----------------

Loading…
Cancel
Save