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
Age
Commit message (
Expand
)
Author
2023-08-05
Done with tokenizer for native compiler
Kyle Gunger
2023-08-05
Fix issue with cf block conditionals
Kyle Gunger
2023-08-04
Separate str literal generation into function
Kyle Gunger
2023-08-04
Slightly better tokenization for tnsl_wrapped
Kyle Gunger
2023-08-04
Add tests to tokenizer
Kyle Gunger
2023-07-31
Fix returns from functions without outputs
Kyle Gunger
2023-07-26
Division fixes
Kyle Gunger
2023-07-07
Returns inside of complex operations
Kyle Gunger
2023-05-21
Else if fixes
Kyle Gunger
2023-05-20
File copy example
Kyle Gunger
2023-05-20
Initial boolean and/or
Kyle Gunger
2023-05-20
Clean up else/else if
Kyle Gunger
2023-05-20
Re-work if/else/loop
Kyle Gunger
2023-05-19
Updated enum checking
Kyle Gunger
2023-05-18
Rename file
Kyle Gunger
2023-05-18
File reading/writing
Kyle Gunger
2023-05-15
Separate artifacts
Kyle Gunger
2023-05-15
Fix initial struct calling
Kyle Gunger
2023-05-15
Fixed struct returns (struct calls still do not work)
Kyle Gunger
2023-05-14
Fix an issue with tmp vars of ref type
Kyle Gunger
2023-05-14
Indexing and proper string decomp
Kyle Gunger
2023-05-14
Fix postfix operator
Kyle Gunger
2023-05-14
Change inc/dec
Kyle Gunger
2023-05-14
Windows C wrapping
Kyle Gunger
2023-05-14
Merge branch 'origin' of github.com:CircleShift/tnsl-lang into origin
Kyle Gunger
2023-05-14
Make scope aware of call tmp variables when calling
Kyle Gunger
2023-05-14
Proper calling test
Kyle Gunger
2023-05-13
Update README.md
Kyle Gunger
2023-05-13
Update README.md
Kyle Gunger
2023-05-13
Hello world in tnsl
Kyle Gunger
2023-05-13
Partially fix calls
Kyle Gunger
2023-05-13
Add tmp variables, break calls
Kyle Gunger
2023-03-26
Remove pointless test files
Kyle Gunger
2023-03-26
Fix bug for functions with no return
Kyle Gunger
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-21
Wrapper blocks for cf + clean todos
Kyle Gunger
2023-03-19
Changes to how the eval_* funcs work
Kyle Gunger
2023-03-19
Updated logging
Kyle Gunger
2023-03-19
Array fixes
Kyle Gunger
2023-03-18
Fix set + proper member variables
Kyle Gunger
[prev]
[next]