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
/
tparse
/
tree-statement.go
Age
Commit message (
Expand
)
Author
2022-04-09
[EVAL] Get most things working
Kyle Gunger
2022-04-08
[EVAL] Control Flow
Kyle Gunger
2022-04-07
[EXEC] Some fixes
Kyle Gunger
2021-11-22
[PARSE] Remove IsBlock
Kyle Gunger
2021-11-02
[EXEC] General changes, refactoring
Kyle Gunger
2021-10-31
[AST] Bugfixes
Kyle Gunger
2021-10-31
[AST] Enum and method blocks
Kyle Gunger
2021-10-31
[AST] Add initial operator and module cases
Kyle Gunger
2021-10-31
[AST] Handle control flow blocks
Kyle Gunger
2021-10-30
[AST] Refactor and unary fixes
Kyle Gunger
2021-10-30
[AST] Return and type fixes
Kyle Gunger
2021-10-30
[AST] Properly address "return"
Kyle Gunger
2021-10-30
[AST] Fixes for some statements in blocks
Kyle Gunger
2021-10-29
[AST] isTypeThenValue
Kyle Gunger
2021-10-29
[HOTFIX] Actually call a function
Kyle Gunger
2021-10-29
[AST] Def checking
Kyle Gunger
2021-10-29
[AST] Statement parsing (incomplete)
Kyle Gunger
2021-08-01
Split main file
Kyle Gunger
2021-05-03
tokenizer bug fix
Kyle Gunger
2021-04-30
Destroy my own code by using goto
Kyle Gunger
2020-12-06
Small update
Kyle Gunger
2020-11-30
Seperate tree code to multiple files
Kyle Gunger