From a517ce662259043ee1b8fd8899a319e669acc929 Mon Sep 17 00:00:00 2001 From: yhirose Date: Mon, 22 Jan 2018 17:04:19 -0500 Subject: [PATCH] Updated README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82f2b2b..99aca81 100644 --- a/README.md +++ b/README.md @@ -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)