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
- Host: GitHub
- URL: https://github.com/codingwithbatista/tpp-compiler
- Owner: codingwithbatista
- License: mit
- Created: 2018-01-30T15:34:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-28T15:58:06.000Z (over 7 years ago)
- Last Synced: 2024-09-05T13:41:04.552Z (over 1 year ago)
- Topics: compiler, llvm, python, scientific-computing, tiny
- Language: Python
- Size: 16.4 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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.