Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inanyan/pascalcomp1

[UNDONE] Pascal compiler
https://github.com/inanyan/pascalcomp1

Last synced: about 2 months ago
JSON representation

[UNDONE] Pascal compiler

Awesome Lists containing this project

README

        

# Undone Pascal compiler
It is a compiler for Pascal to CHIP-8 assembler.

Don't ask me why I made this.

It uses my assember in [CHIP-8 project](https://github.com/InAnYan/chip8).

Actually, the project contains interesting code for parsing, AST representation and semantic analysis.