This website requires JavaScript.
Explore
Help
Sign In
krgamestudios
/
Toy
Watch
1
Star
0
Fork
0
You've already forked Toy
mirror of
https://github.com/krgamestudios/Toy.git
synced
2026-05-05 16:30:17 +10:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1006b6e216803b3157fd5cfb9adf9db9b10c7637
Toy
/
tests
/
integrations
T
History
NishiOwO
1006b6e216
Add bitness definitions, and platform definitions
2025-02-08 22:14:32 +09:00
..
gdb_init
Tweaked CFLAGS, and fixed related errors
2024-12-12 16:18:41 +11:00
makefile
Add bitness definitions, and platform definitions
2025-02-08 22:14:32 +09:00
test_arrays.toy
Allowed for empty arrays and trailing commas
2024-12-10 10:44:13 +11:00
test_control_flow.toy
Disallow empty bodies in control flow statements, added 'pass' keyword
2025-01-09 11:03:03 +11:00
test_keyword_assert.toy
…
test_keyword_if_then_else_no_braces.toy
…
test_keyword_if_then_else.toy
…
test_keyword_print.toy
…
test_keyword_while_break_continue.toy
Fixed continue keyword, was pointing at break's target
2025-02-02 16:15:20 +11:00
test_scopes.toy
…
test_tables.toy
Added tables to integration tests, tweaked a lot of comments
2024-12-25 11:04:18 +11:00
test_truthiness.toy
Tweaked truthiness, fixed int to float coersion
2025-02-02 16:38:46 +11:00
test_variables.toy
Postfix '++' & '--' works (prefix & postfix are both tested)
2025-01-09 18:33:10 +11:00