mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-11-12 22:45:29 +00:00
Updated README
This commit is contained in:
parent
4894c68319
commit
a517ce6622
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user