This website works better with JavaScript.
Explore
Help
Register
Sign In
tlang
/
tlang
mirror of
http://deavmi.assigned.network/git/tlang/tlang.git
Watch
1
Star
0
Fork
You've already forked tlang
0
Code
Issues
Projects
Releases
Wiki
Activity
Official Tristan Language project compiler
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
655
Commits
52
Branches
17
Tags
5.3 MiB
D
90.5%
Raku
9.4%
Branch:
master
arrays
casting
codegen
codegen.sync-conflict-20210606-150925-O3W7KWN
compiler_levels
compiler_object
conditionals
constants
constants_float
deps_refactor
develop
develop.sync-conflict-20210606-150924-O3W7KWN
develop_before_lexer_parser_merge_parseName
entity_declaration_type_checking
exception_except
expression_parsing
expression_parsing.sync-conflict-20210316-090018-O3W7KWN
extern_symbols
function_dep
function_parameters_fix
if_statement_parsing
lexer
linearizer_cleanup
literal_encodings
loops
master
master.sync-conflict-20210316-165421-O3W7KWN
modules
parser
parser.sync-conflict-20210405-185821-O3W7KWN
parser_exception_before
parsetypedev_fix
path_dependency
pointers
remove_typequeue
static_support
struct_support
symbol_table
testing_thing
type_check_codegen_reducedparseclass_excep
typecheck
typecheck.sync-conflict-20210606-150925-O3W7KWN
typecheck_codegen
typecheck_codegen_educedparseclass
typecheck_refactor
typecheck_refactor_varexp
typecheck_refactor_varexp_makeacyclic
typecheck_reliancetree
uniform_stdalone_varass
vardec_varass_dependency
vdva_func_param_merge
weighting
v0.0.1
v0.0.2
v0.0.3
v0.0.4
v0.0.5
v0.1.0
v0.2.0
v0.3.0
v0.4.0
v0.4.1
v0.4.2
v0.4.3
v0.4.4
v0.5.0
v0.5.1
v0.5.2
v0.5.3
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
tlang
/
tets.d
11 lines
68 B
Raw
Permalink
Blame
History
void
main
(
)
{
asm
{
mov
RAX
,
3
;
push
5
;
// pop RAX;
}
}
Reference in new issue
Copy Permalink