index
:
littlescript
trunk
littlescript basic interpreter
alexisvl
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-07-18
Update readme
HEAD
trunk
Alexis Lockwood
2021-07-18
Implement nullary ops, fix op flag field overflow
Alexis Lockwood
2021-07-18
Trig functions
Alexis Lockwood
2021-07-18
initial floating point support
Alexis Lockwood
2021-07-09
Ignore the generated files
Alexis Lockwood
2021-07-09
IF..GOTO was broken recently...fixed
Alexis Lockwood
2021-07-09
Prepare for adding more types
Alexis Lockwood
2021-07-08
Readme edits
Alexis Lockwood
2021-07-08
Add bitshift operators
Alexis Lockwood
2021-07-08
Make keyword functions accessible
Alexis Lockwood
2021-07-08
Always throw valid errors
Alexis Lockwood
2021-07-08
Implement ON...GOTO and ON...GOSUB
Alexis Lockwood
2021-07-08
Remove a debug print
Alexis Lockwood
2021-07-08
shit i broke the tests
Alexis Lockwood
2021-07-08
shit i broke the number parser
Alexis Lockwood
2021-07-08
fix IF
Alexis Lockwood
2021-07-05
Make GOSUB/RETURN properly non-scanning (needs testing!)
Alexis Lockwood
2021-07-05
Add keyword flags; use for op decode and non-executables
Alexis Lockwood
2021-07-04
Split up LS_SYNTAX_ERROR a bit
Alexis Lockwood
2021-07-04
Add ls_strerror
Alexis Lockwood
2021-07-04
contrib note
Alexis Lockwood
2021-07-04
Add IF...THEN. ELSE is still to be implemented
Alexis Lockwood
2021-07-04
Factor out ls_exec_statement()
Alexis Lockwood
2021-07-04
Refactor more
Alexis Lockwood
2021-07-04
Factor out a ls_label_cache.h
Alexis Lockwood
2021-07-04
Clear up some TODOs - many were just removed
Alexis Lockwood
2021-07-04
Style improvements
Alexis Lockwood
2021-07-03
hm, is this cleaner?
Alexis Lockwood
2021-07-03
Get rid of some 'unreachable' placeholders
Alexis Lockwood
2021-07-03
Bit of style cleanup
Alexis Lockwood
2021-07-03
lint
Alexis Lockwood
2021-07-03
Add lib/ and include/
Alexis Lockwood
2021-07-03
god this warning was irritating as shit
Alexis Lockwood
2021-07-03
Clean up the fetch interface
Alexis Lockwood
2021-07-03
Since 0x7F is now whitespace, don't check for error
Alexis Lockwood
2021-07-03
Simplify expression
Alexis Lockwood
2021-07-03
make the character classifier smaller for funsies
Alexis Lockwood
2021-07-03
${RM} doesn't work on BSD make
Alexis Lockwood
2021-07-02
Redundant rm -f
Alexis Lockwood
2021-07-02
hot take y'all globals can be ok
Alexis Lockwood
2021-07-02
ls_minify: reversible ident minification
Alexis Lockwood
2021-07-02
ls_minify: fix incorrect minification of long idents
Alexis Lockwood
2021-07-02
ls_minify: merge some code
Alexis Lockwood
2021-07-02
makefile tidying
Alexis Lockwood
2021-07-01
Cleaner ident minifier
Alexis Lockwood
2021-07-01
readme and minor fixes if you use billions of idents
Alexis Lockwood
2021-07-01
Add option to minimize identifiers
Alexis Lockwood
2021-07-01
Remove extra comment
Alexis Lockwood
2021-07-01
Pull out loop implementations
Alexis Lockwood
2021-07-01
notes
Alexis Lockwood
[next]