Kayne Ruse
77a128e0f7
Added the -t option to the repl
2023-02-11 14:51:19 +00:00
Kayne Ruse
996744d7ec
Resolved #59
2023-02-11 05:10:32 +00:00
Kayne Ruse
c00b32017b
Dummied out lib timer
2023-02-11 01:42:44 +00:00
Kayne Ruse
457014d577
Added MSVC build support, likely broke tests
2023-02-11 00:49:21 +00:00
Kayne Ruse
be4cbf1ad6
Pack 'em up!
2023-02-10 21:53:38 +00:00
Kayne Ruse
76a0290290
Removed export keyword from README.md
2023-02-09 17:46:28 +00:00
Kayne Ruse
8d278077b1
Added constant folding for strings, tweaked some error messages
2023-02-04 09:50:29 +00:00
Kayne Ruse
9b21bfb53b
Missed a rename
2023-01-25 13:54:28 +00:00
Kayne Ruse
d3adac8a59
Fixed the parser - whoops
2023-01-25 13:17:57 +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
26bd476c2c
Sanitized some addresses
2023-01-16 09:36:05 +00:00
Kayne Ruse
ae1dc5841e
Added ternary operator, resolved #46
2023-01-14 10:24:15 +00:00
Kayne Ruse
3498baad9b
Resolved #45 , Exports region removed
2023-01-13 16:12:44 +00:00
Kayne Ruse
0649a141dd
Moved time header includes, comment tweaks
2023-01-13 15:39:22 +00:00
Kayne Ruse
584fb115b6
Fixed the awful rule110 implementation
2022-11-28 16:48:45 +00:00
Kayne Ruse
70698a4a1a
Simplified an optimisation
2022-11-27 02:25:33 +00:00
Kayne Ruse
c1625c53f4
Patched a bug in deepCopyRefString()
2022-11-26 21:33:46 +00:00
Kayne Ruse
4518b59417
Added custom allocator support
2022-11-19 08:18:45 +00:00
Kayne Ruse
774f3d9e83
Corrected error messages in the timer lib
2022-11-12 10:07:54 +00:00
Kayne Ruse
30b068fcdb
Fixed timer issues, tests should pass
...
Reduced test duration by a factor of 11,000. Don't ask.
Also, something funny is going on with the time headers, so I
stuck them into source/toy_common.h, I'll figure it out later.
2022-11-12 04:45:35 +11:00
Kayne Ruse
3d8ce4e7d8
Trying to fix time and platforms
2022-11-11 17:31:45 +00:00
Kayne Ruse
8498864dde
Resolved a name clash with the engine
2022-11-07 16:38:39 +00:00