Kayne Ruse
b4a3e9b42b
Renamed drive system files, see #88
2023-07-26 00:53:41 +10:00
Kayne Ruse
e2fa1cf2e8
Moved lib_runner's drive system into the core of the lang
2023-03-15 06:12:35 +11:00
Kayne Ruse
92c71a374d
Implemented a basic random library
2023-02-23 19:19:17 +11:00
Kayne Ruse
6fa224fa7b
Hooks can't be dict keys, tweaked Toy_readFile
2023-02-18 16:47:38 +00:00
Kayne Ruse
eb8e522bf2
Merged standard and timer, resolved #48
2023-02-13 13:58:41 +00:00
Kayne Ruse
c00b32017b
Dummied out lib timer
2023-02-11 01:42:44 +00:00
Kayne Ruse
ee226ea426
Strengthened constness for cstrings and bytecode
2023-02-10 08:52:38 +00:00
Kayne Ruse
c875ae7a0e
Added _forEach and _map, added tests for them
2023-02-06 00:51:07 +00:00
Kayne Ruse
7ea249f723
Added the about library, resolved #51
2023-02-05 14:43:46 +00:00
Kayne Ruse
2c5e3c6aa5
Started working on compound library
2023-01-29 07:23:52 +00:00
Kayne Ruse
2e2bee4fa3
Renemed all variables to fit into a namespace
...
Basically, all Toy varaibles, functions, etc. are prepended with "Toy_",
and macros are prepended with "TOY_". This is to reduce namespace
pollution, which was an issue pointed out to be - blame @GyroVorbis.
I've also bumped the minor version number - theoretically I should bump
the major number, but I'm not quite ready for 1.0 yet.
2023-01-25 12:55:55 +00:00
Kayne Ruse
e6e24ca19f
Began working on runner library
2023-01-20 13:42:45 +00:00
Kayne Ruse
cfafba589b
All tests passing, repl builds successfully
2022-11-26 09:53:59 +00:00
Kayne Ruse
923cf70c06
Minimal build of the refstrings in the literal structure
2022-11-23 12:52:49 +00:00
Kayne Ruse
e0ab4106fa
Implemented the timer library
2022-11-11 17:18:07 +00:00
Kayne Ruse
2c143a8be5
Moved tests from scripts/ to test/scripts/
2022-11-11 14:51:47 +00:00
Kayne Ruse
ec39f099ca
Wrote failing TDD test for timer library, not enabled
2022-11-08 19:40:21 +00:00
Kayne Ruse
6a086395be
Renamed Node to ASTNode
2022-09-18 19:14:37 +01:00
Kayne Ruse
64cc514171
Expanded the tests a little
2022-09-18 07:03:18 +01:00
Kayne Ruse
978e7cfac4
wrote a simple test for libs
2022-09-18 06:52:00 +01:00