There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Compiler for a new programming language called Quby. Quby is a language that borrows features from Ruby, Python, and the Pascal successor language Turing. In the project, Quby is being implemented by modifying and extending each of the four phases (Scanner/Screener, Parser, Context Analysis, Code Generation) of the existing PT Pascal complier.