-
Parser generators sharing LR automaton generators and accepting general-purpose programming language-based specifications, J. of KIISE, 47(1), January 2020 Written in Korean.
-
For syntax complection with YAPB-0.2.6: A text-based syntax completion method using LR parsing and its evaluation (SCP 2023, A journal version of PEPM 2021). Will be available soon.
-
C++/Java/Python parser builder systems using YAPB
- Java parser
- C++ parser
- Python parser.
- Architecture
-
For AST and interpreter: A top-down approach to writing a compiler for arithmetic expressions Written in Korean.