https://github.com/tomijuarez/compiler
Basic compiler.
https://github.com/tomijuarez/compiler
compiler programming-language
Last synced: 3 months ago
JSON representation
Basic compiler.
- Host: GitHub
- URL: https://github.com/tomijuarez/compiler
- Owner: tomijuarez
- License: mit
- Created: 2017-08-26T01:59:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T13:40:45.000Z (about 8 years ago)
- Last Synced: 2025-07-12T13:42:34.782Z (7 months ago)
- Topics: compiler, programming-language
- Language: Java
- Homepage:
- Size: 1.54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.