Updated README

This commit is contained in:
yhirose 2018-01-22 17:04:19 -05:00
parent 4894c68319
commit a517ce6622

View File

@ -406,7 +406,8 @@ 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 language](https://github.com/yhirose/cpp-peglib/blob/master/pl0/pl0.cc)
* [PL/0 language example](https://github.com/yhirose/cpp-peglib/blob/master/pl0/pl0.cc)
* [A tiny PL/0 JIT compiler in less than 700 LOC with LLVM and PEG parser](https://github.com/yhirose/pl0-jit-compiler)
Tested compilers
----------------
@ -430,4 +431,4 @@ TODO
License
-------
MIT license (© 2017 Yuji Hirose)
MIT license (© 2018 Yuji Hirose)