index
:
circleshift/tnsl-parse
master
Old interpreter for TNSL - Do not use
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-04-23
Fix an error with struct definition
Kyle Gunger
2022-04-12
Giving priority to comparison operators over boolean ops
Kyle Gunger
2022-04-12
Better dot evaluation and call/index evaluation
Kyle Gunger
2022-04-10
A few fixes
Kyle Gunger
2022-04-10
Small fix for command line options
Kyle Gunger
2022-04-10
Extra node data in errors to make your life easier
Kyle Gunger
2022-04-10
Fixes for structs and enums
Kyle Gunger
2022-04-10
Tweak how continue and break perform
Kyle Gunger
2022-04-09
[PARSE] Hotfix for array indexing
Kyle Gunger
2022-04-09
Fix bug with character literals
Kyle Gunger
2022-04-09
[EXEC] Hotfix for !== operator
Kyle Gunger
2022-04-09
[EXEC] Hotfix for loops without parameters
Kyle Gunger
2022-04-09
[EXEC] A small addition
Kyle Gunger
2022-04-09
Comment out that one line that creates a lot of output
Kyle Gunger
2022-04-09
[EXEC] Hotfix for reading from files
Kyle Gunger
2022-04-09
[EXEC] Fixed one bug with pointers
Kyle Gunger
2022-04-09
[EVAL] Inc/dec
Kyle Gunger
2022-04-09
[EVAL] Fix function calls
Kyle Gunger
2022-04-09
TINT v1 (PRE-ALPHA)
Kyle Gunger
2022-04-09
[EVAL] Get most things working
Kyle Gunger
2022-04-09
Break things
Kyle Gunger
2022-04-08
[EVAL] Control Flow
Kyle Gunger
2022-04-07
[EXEC] evalIndex, len, and a few boolean ops
Kyle Gunger
2022-04-07
[EVAL] Setting globals
Kyle Gunger
2022-04-07
[EXEC] Some fixes
Kyle Gunger
2022-04-07
[EXEC] A few updates
Kyle Gunger
2022-04-04
Fix tokenizer bug relating to end of files
Kyle Gunger
2022-04-03
Fix errors in eval.go so that the project builds again
Kyle Gunger
2022-04-03
Flush out a few functions for creating structs
Kyle Gunger
2022-03-16
[EXEC] Refactor value eval
Kyle Gunger
2022-03-15
[HOTFIX] Fix tokens not generating at eof
Kyle Gunger
2022-03-12
[EVAL] Some more refactors
Kyle Gunger
2022-03-09
[EVAL] A few refactors
Kyle Gunger
2022-03-06
[EVAL] A bit more work
Kyle Gunger
2022-02-14
[EXEC] Operator eval stub
Kyle Gunger
2022-02-13
Fix build errors
Kyle Gunger
2022-02-13
Change how getModuleInPath works
Kyle Gunger
2022-02-13
[EXEC] Small progress
Kyle Gunger
2022-02-13
[EXEC] Pointers.
Kyle Gunger
2022-01-29
[EVAL] A few libtnsl fixes
Kyle Gunger
2022-01-28
[EVAL] Find and return relative module data
Kyle Gunger
2022-01-21
[EVAL] change how structs are represented
Kyle Gunger
2022-01-19
[EVAL] Fill out evalBlock
Kyle Gunger
2022-01-19
[BUILDER] Fix modules beginning with 'export'
Kyle Gunger
2022-01-19
[EVAL] Small update
Kyle Gunger
2021-12-15
[EXEC] fix multi-level array and struct globals
Kyle Gunger
2021-12-15
[EXEC] renamed exec.go to tint.go
Kyle Gunger
2021-12-15
[EXEC] Better mapping
Kyle Gunger
2021-12-14
[EXEC] Struct mapping
Kyle Gunger
2021-12-11
[EVAL] Still needs some work
Kyle Gunger
[next]