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

https://github.com/tomijuarez/compiler

Basic compiler.
https://github.com/tomijuarez/compiler

compiler programming-language

Last synced: 3 months ago
JSON representation

Basic compiler.

Awesome Lists containing this project

README

          

# Sacalacai
Sacalacai is a simple compiler fully written in Java 1.8. The result is a simple programming language that was part of the Compiler Design course at UNICEN. It uses YACC but the lexer was implemented manually.