https://github.com/bulletsentence/compilador-leo
Compiler of the LEO language created for a project for the faculty regarding the subject of Compilers.
https://github.com/bulletsentence/compilador-leo
Last synced: 4 months ago
JSON representation
Compiler of the LEO language created for a project for the faculty regarding the subject of Compilers.
- Host: GitHub
- URL: https://github.com/bulletsentence/compilador-leo
- Owner: BulletSentence
- Created: 2019-11-25T19:19:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T17:21:40.000Z (about 6 years ago)
- Last Synced: 2024-12-30T20:42:30.514Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compilador-Leo
A compiler is a computer program (or a group of programs) that, from source code written in a compiled language, creates a semantically equivalent program, but written in another language, object code
## LEO Language
Its a language that I created on my Computer Science Degree, and is pretty similar to C.