index
:
circleshift/tnsl-lang
origin
The source code for the TNSL programming language - Reference libtnsl and tnslc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tnslc
/
compile
/
function.tnsl
Age
Commit message (
Expand
)
Author
2026-01-05
fix some improper memory accesses
Kai Gunger
2026-01-01
poor implementation of tmp vars + returns i guess
Kai Gunger
2026-01-01
handle variable declarations
Kai Gunger
2025-12-31
fix var loc generation
CircleShift
2025-12-30
move comperr message to else block
Kai Gunger
2025-12-30
finding parent scopes
Kai Gunger
2025-12-28
pre-check funcs (stub)
Kai Gunger
2025-12-25
Add functions to member modules
Kai Gunger
2025-12-24
strip refs
CircleShift
2025-12-23
slightly better var creation (not done)
CircleShift
2025-12-22
better locations
CircleShift
2025-12-19
Change indenting
Kai Gunger
2025-12-09
begin on the actual codegen
CircleShift
2025-12-07
change how methods are resolved
Kai Gunger
2025-12-07
Merge branch 'origin' of cshift.net:git/tnsl-lang into origin
Kai Gunger
2025-12-07
in progress reg gen
CircleShift
2025-12-07
reg moves
Kai Gunger
2025-12-04
[tnslc] setup scope
CircleShift
2025-12-03
[tnslc] begin rework of scope
CircleShift
2025-12-02
[tnslc] resolve types for structs and functions
Kai Gunger
2025-12-01
initial struct sizing
Kai Gunger
2025-11-30
Start work on backend
Kai Gunger
2025-11-28
Update module building code
Kai Gunger
2025-03-05
[tnslc] Rework compile layout
CircleShift
2024-07-19
switch tokenization scheme
Kyle Gunger
2024-04-24
Module init and end
Kyle Gunger