diff --git a/README.md b/README.md index f39005e..c580102 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ - Microsoft SmallBasic parser: https://github.com/kwanghoon/sbparser - Polyrmorphic RPC calculus parser: https://github.com/kwanghoon/polyrpc - C11 parser: https://github.com/kwanghoon/c11parser + - EOPL interpreters: https://github.com/kwanghoon/Lecture_EOPL_Exercise (Its solution Lecture_EOPL also available in private) ### Download, build, and test ~~~