This website requires JavaScript.
Explore
Help
Sign In
krgamestudios
/
Toy
Watch
1
Star
0
Fork
0
You've already forked Toy
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3e115095d65bc700a11d1ffdab89b6bbd4dd00f2
Toy
/
repl
T
History
Ratstail91
3e115095d6
Added 'min' and 'max' as standard functions
...
Also fixed floating point printing with sprintf
2026-05-27 10:53:01 +10:00
..
ast_inspector.c
Fixed API naming convention
2026-05-06 16:12:50 +10:00
ast_inspector.h
Started work on an AST inspector
2026-04-22 15:57:55 +10:00
bucket_inspector.c
Fixed a hash collision causing null variables to be overwritten
2026-05-26 17:52:07 +10:00
bucket_inspector.h
Found and fixed some obscure leaks in 'Toy_Scope'
2026-05-10 17:35:07 +10:00
bytecode_inspector.c
Fixed negative variables handled incorrectly
2026-05-26 18:01:49 +10:00
bytecode_inspector.h
Expanded bytecode inspector, added functions to Toy_copyValue
2026-04-17 11:55:46 +10:00
main.c
Added 'min' and 'max' as standard functions
2026-05-27 10:53:01 +10:00
makefile
Tweaked build paths
2026-04-27 10:07:16 +10:00
standard_library.c
Added 'min' and 'max' as standard functions
2026-05-27 10:53:01 +10:00
standard_library.h
Implemented native C functions called from Toy scripts
2026-04-16 21:14:42 +10:00