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

https://github.com/codingwithbatista/tpp-compiler


https://github.com/codingwithbatista/tpp-compiler

compiler llvm python scientific-computing tiny

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

[![Waffle.io - Columns and their card count](https://badge.waffle.io/costabatista/compiladores-2018-1.png?columns=all)](https://waffle.io/costabatista/compiladores-2018-1?utm_source=badge)
# T++ Compiler

This reporitory is dedicated to a compiler development. In specific a T++ compiler.
This compiler has scientific and academic purposes. The development has the aim to implement
a systema that can read t++ lexemes and convert them into in an intermediate code language.
The virtual machine that will support the t++ code is llvm.

.... another explanations will be placed here soon.