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
/
module.tnsl
Age
Commit message (
Expand
)
Author
9 days
[tnslc] small initial work on compiling values
Kai Gunger
2026-03-16
Various fixes
Kai Gunger
2025-12-25
Fix typo
Kai Gunger
2025-12-25
Add functions to member modules
Kai Gunger
2025-12-09
begin on the actual codegen
CircleShift
2025-12-08
fix memory issues with type resolution
Kai Gunger
2025-12-07
fix module step 1 name resolution
Kai Gunger
2025-12-07
change how methods are resolved
Kai Gunger
2025-12-07
in progress reg gen
CircleShift
2025-12-05
[tnslc] Fix struct resolution
CircleShift
2025-12-05
[tnslc] Fix pointer issue with find func
CircleShift
2025-12-04
[tnslc] setup 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-18
[tnslc ]Register string generate func
CircleShift
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
2024-03-29
File read test
Kyle Gunger