File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ Sample codes
364
364
* [ Calculator] ( https://github.com/yhirose/cpp-peglib/blob/master/example/calc.cc )
365
365
* [ Calculator (with parser operators)] ( https://github.com/yhirose/cpp-peglib/blob/master/example/calc2.cc )
366
366
* [ Calculator (AST version)] ( https://github.com/yhirose/cpp-peglib/blob/master/example/calc3.cc )
367
- * [ PEG syntax Lint utility] ( https://github.com/yhirose/cpp-peglib/blob/master/lint/cmdline/ peglint.cc )
367
+ * [ PEG syntax Lint utility] ( https://github.com/yhirose/cpp-peglib/blob/master/lint/peglint.cc )
368
368
* [ PL/0 Interpreter] ( https://github.com/yhirose/cpp-peglib/blob/master/language/pl0/pl0.cc )
369
369
370
370
Tested compilers
382
382
License
383
383
-------
384
384
385
- MIT license (© 2015 Yuji Hirose)
385
+ MIT license (© 2016 Yuji Hirose)
You can’t perform that action at this time.
0 commit comments