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

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.

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.