mirror of
https://github.com/barnii77/tlcrt.git
synced 2026-06-06 02:06:23 +02:00
TLCaml is yet another silly interpreted language :)... It's typeless, there's only integers and arrays in the language. THIS REPO IS JUST THE RUNTIME, NOT THE LANGUAGE IMPLEMENTATION.
- C++ 97.1%
- CMake 2.9%
| include/tlc | ||
| lib | ||
| src | ||
| .gitignore | ||
| BUILD.md | ||
| CMakeLists.txt | ||
| README.md | ||
| TEST.md | ||
About this project
This project is the TLCaml runtime (tlcrt). If you are looking for the language TLCaml, this is not it :(
TLCaml
Typeless Caml... It only has integers and arrays. All interesting type constructs (strings, ...) have to be built manually. It should be fast though :)
Building
See BUILD.md
Testing
See TEST.md