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
/
simple.tnsl
Age
Commit message (
Expand
)
Author
2023-03-26
Order of operations fix for eval_value
Kyle Gunger
2023-03-26
Fixes for method calling
Kyle Gunger
2023-03-26
Fix multiple issues
Kyle Gunger
2023-03-26
Fixed multiple simple parameters
Kyle Gunger
2023-03-26
Initual function calling
Kyle Gunger
2023-03-25
Pre-generate function signatures in modules
Kyle Gunger
2023-03-24
Parse input parameters
Kyle Gunger
2023-03-24
Better character literal parsing
Kyle Gunger
2023-03-24
Update index solver
Kyle Gunger
2023-03-23
Make `self` a valid name in method blocks
Kyle Gunger
2023-03-23
Simple if and loop statements
Kyle Gunger
2023-03-19
Changes to how the eval_* funcs work
Kyle Gunger
2023-03-19
Array fixes
Kyle Gunger
2023-03-18
Fix set + proper member variables
Kyle Gunger
2023-03-18
Fix for multiline struct definitions
Kyle Gunger
2023-03-18
Reference and dereference
Kyle Gunger
2023-03-16
Fairly done with Variable struct
Kyle Gunger
2023-03-05
Struct testing, fixup _dot_eval
Kyle Gunger
2023-03-05
Get more basic code gen working
Kyle Gunger
2023-02-22
Apprehensive multiplication and division
Kyle Gunger
2023-02-22
basic addition and subtraction
Kyle Gunger
2023-02-21
Basic return values (globals and constants)
Kyle Gunger