index
:
littlescript
trunk
littlescript basic interpreter
alexisvl
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ls_run.c
Age
Commit message (
Expand
)
Author
2021-07-08
fix IF
Alexis Lockwood
2021-07-04
Add ls_strerror
Alexis Lockwood
2021-06-29
Make tokens even cheaper
Alexis Lockwood
2021-06-29
Make keyword/operator checks cheaper and simpler
Alexis Lockwood
2021-06-29
OPER should be namespaced too
Alexis Lockwood
2021-06-28
Implement WHILE/WEND
Alexis Lockwood
2021-06-27
Misc changes (sorry)
Alexis Lockwood
2021-06-27
Use underscore prefix for 'private' members
Alexis Lockwood
2021-06-27
Get rid of 'ctx' term
Alexis Lockwood
2021-06-27
Stop tracking line numbers
Alexis Lockwood
2021-06-27
Implement GOSUB/RETURN (without arguments for now)
Alexis Lockwood
2021-06-27
Implement END and ctx.stop
Alexis Lockwood
2021-06-27
Fix ls_run catching fire on string labels
Alexis Lockwood
2021-06-27
Add line trace (tron/troff)
Alexis Lockwood
2021-06-27
Enable more warnings and then clean them up
Alexis Lockwood
2021-06-27
Clean up the shitty todo list 🧹💩
Alexis Lockwood
2021-06-27
Pull out ls_lex
Alexis Lockwood
2021-06-27
Some optimizations
Alexis Lockwood
2021-06-25
Add token dumper
Alexis Lockwood
2021-06-25
ls_run cleanups
Alexis Lockwood
2021-06-24
Add ls_run to run a script locally
Alexis Lockwood