Official Tristan Language project compiler
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Tristan B. V. Kildaire d58f3eaa84 Test cases
- Fixed `extern_test.sh`
1 year ago
.github/workflows Revert "Pipelines" 1 year ago
branding Array support (#1) 3 years ago
rando Fuck this is complicated (2/2) 5 years ago
scratch Feature: Multi-module support (#31) 2 years ago
source/tlang CodeEmitter 1 year ago
.gitignore 🐞️ Functions: Expressionless return and enforcing requirement (#7) 2 years ago
README.md Update README.md 2 years ago
basic.c DGen 1 year ago
basic2.c DGen 1 year ago
basic3.c DGen 1 year ago
complex_stack_array_coerce.c DGen 1 year ago
complex_stack_arrays1.c DGen 1 year ago
dot_for_object_member_access.txt Docs 1 year ago
dub.json Dub 1 year ago
extern_test.sh Test cases 1 year ago
macro_ast_replacemenet.png 🧠 Feature: Meta-programming engine (#10) 3 years ago
macro_ast_replacemenet.xcf 🧠 Feature: Meta-programming engine (#10) 3 years ago
macro_ast_replacement_sizeof_example.png 🧠 Feature: Meta-programming engine (#10) 3 years ago
macro_ast_replacement_sizeof_example.xcf 🧠 Feature: Meta-programming engine (#10) 3 years ago
malloc_test.sh Pointer support (#2) 3 years ago
nested_conditionals.c DGen 1 year ago
ptr_call.c DGen 1 year ago
simple_arrays.c DGen 1 year ago
simple_arrays2.c DGen 1 year ago
simple_arrays4.c DGen 1 year ago
simple_cast.c DGen 1 year ago
simple_conditions.c DGen 1 year ago
simple_direct_func_call.c DGen 1 year ago
simple_for_loops.c DGen 1 year ago
simple_func_1.c DGen 1 year ago
simple_func_2.c DGen 1 year ago
simple_func_statement.c DGen 1 year ago
simple_function_decls.c DGen 1 year ago
simple_function_recursion_factorial.c DGen 1 year ago
simple_functions.c DGen 1 year ago
simple_pointer.c DGen 1 year ago
simple_pointer_array_syntax.c DGen 1 year ago
simple_pointer_cast_le.c DGen 1 year ago
simple_stack_array_coerce.c DGen 1 year ago
simple_stack_array_coerce_ptr_syntax.c DGen 1 year ago
simple_stack_arrays4.c DGen 1 year ago
simple_variables_decls_ass.c DGen 1 year ago
simple_variables_only_decs.c DGen 1 year ago
simple_while.c DGen 1 year ago
small_doc_Resolver.md Feature: Multi-module support (#31) 2 years ago
small_doc_modules.md Feature: Multi-module support (#31) 2 years ago
small_doc_parser_modules.md Feature: Multi-module support (#31) 2 years ago
tets.d Added testing files 4 years ago
texterned.c - Added `texterned.c` for later extern testing 3 years ago
todo1.md I wonder if that worked 5 years ago
unused_vars.c Tets cases 1 year ago
wip.txt Array support (#1) 3 years ago

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