Kayne Ruse
f25f389b4e
Removed a macro that potentially broke the build
...
Gonna have to live with repl code in the lib for now.
2023-06-14 16:53:48 +10:00
Kayne Ruse
763581c73b
Added header-only parsing to the repl, read more
...
Also:
* Ensured TOY_VERSION_BUILD is consistent throughout the whole build
* Updated README.md
2023-06-07 23:55:30 +10:00
Ratstail91
d3eb31d964
Added TOY_DISABLE_REPL option for compiling
2023-06-07 00:04:05 +10:00
Kayne Ruse
a04d2c4816
Tweaked TOY_EXPORT omitting extra repl stuff
2023-03-15 04:56:26 +11:00
Kayne Ruse
87de634e30
Updated version number to 1.0.0
2023-02-20 02:08:42 +00:00
Kayne Ruse
7b501b71b5
commandLine now initializes with default values
2023-02-14 17:00:16 +00:00
Kayne Ruse
b55b8e879e
Added -n option to diable print newline
2023-02-13 15:51:38 +00:00
Kayne Ruse
77a128e0f7
Added the -t option to the repl
2023-02-11 14:51:19 +00:00
Kayne Ruse
5343e1054d
Straightened out file extensions
2023-02-11 14:26:55 +00:00
Kayne Ruse
457014d577
Added MSVC build support, likely broke tests
2023-02-11 00:49:21 +00:00
Kayne Ruse
7ea249f723
Added the about library, resolved #51
2023-02-05 14:43:46 +00:00
Kayne Ruse
9b21bfb53b
Missed a rename
2023-01-25 13:54:28 +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
8498864dde
Resolved a name clash with the engine
2022-11-07 16:38:39 +00:00