Official Tristan Language project compiler
Go to file
Tristan B. Velloza Kildaire 5467962398 Pipelines
- try this?
2024-03-31 21:23:15 +02:00
.github/workflows Pipelines 2024-03-31 21:23:15 +02:00
branding
rando
scratch Makefile 2024-02-25 19:24:38 +02:00
source/tlang Parsing (unittests) 2024-03-31 20:57:41 +02:00
.gitignore
README.md
dub.json Dub 2024-03-15 18:46:15 +02:00
extern_test.sh Testing 2023-12-05 13:01:33 +02:00
macro_ast_replacemenet.png
macro_ast_replacemenet.xcf
macro_ast_replacement_sizeof_example.png
macro_ast_replacement_sizeof_example.xcf
malloc_test.sh
small_doc_Resolver.md Small docs 2024-03-31 20:10:42 +02:00
small_doc_modules.md Small docs 2024-03-28 21:47:47 +02:00
tets.d
texterned.c
tlang 🧹🧼 Cleanup: Pool provider (#33) 2024-02-27 10:30:34 +02:00
todo1.md
wip.txt

README.md

tlang

D Coverage Status

Official Tristan Language project compiler

Documentation

Docs are available here.

Building

To build you will need dmd and dub installed. You can then run the following:

dub test --coverage
dub build

The first command is optional but you want to make sure the compiler is working so you may as well run all the unit tests - it won't take too long.

Usage

A list of all commands can be found by typing in the following:

./tlang