https://github.com/danielledeleo/tlang
A new implementation of Turing built on LLVM
https://github.com/danielledeleo/tlang
academic language turing
Last synced: 3 months ago
JSON representation
A new implementation of Turing built on LLVM
- Host: GitHub
- URL: https://github.com/danielledeleo/tlang
- Owner: danielledeleo
- License: gpl-3.0
- Created: 2019-01-10T21:09:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T20:50:24.000Z (about 7 years ago)
- Last Synced: 2025-03-15T14:11:16.781Z (over 1 year ago)
- Topics: academic, language, turing
- Language: C++
- Size: 6.81 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tlang
A new implementation of Turing built on LLVM with some help from ANTLR
# Building
tlang is in heavy development, so things are always changing.
You'll need:
- cmake
- ninja (for super fast builds)
- LLVM (including clang, g++ works for some parts for now)
- antlr4 (with C++ runtime libraries)
- Go for certain test modules
First, `cd tlang/src/parser`
Run `./configure.sh` (just runs cmake, for now)
Run `ninja` to build.
Then try it out! `tlangcppparser tests/`
# License
This is a reimplementation of a previously closed source programming language. I chose a new name and licensed it under GPLv3.