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
/
scope.tnsl
Age
Commit message (
Collapse
)
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
finding parent scopes
Kai Gunger
2025-12-29
find existing uninitialized instead of copying new
Kai Gunger
2025-12-28
mk_aware from node
CircleShift
2025-12-28
pre-check funcs (stub)
Kai Gunger
2025-12-23
slightly better var creation (not done)
CircleShift
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-04
[tnslc] Scope label generators
Kai Gunger
2025-12-03
[tnslc] begin rework of scope
CircleShift
2025-03-05
[tnslc] Merge local with remote
CircleShift
2025-03-05
[tnslc] Rework compile layout
CircleShift
2025-01-28
Scope type initial funcs
CircleShift