Commit Graph

23 Commits

Author SHA1 Message Date
hiperiondev
5a851f6fbe Rename 2023-08-22 20:35:22 -03:00
hiperiondev
d8c6a3ec27 Correct memory leak 2023-08-22 20:21:43 -03:00
hiperiondev
b5883e248b Correct format 2023-08-22 19:45:14 -03:00
hiperiondev
52048f2466 Correct literal format 2023-08-22 19:31:06 -03:00
hiperiondev
6b8e95d250 Add disassembler alternative format 2023-08-22 18:23:27 -03:00
Ratstail91
5721edc2d1 Tweaked disassembler pretty printing, because I'm bored 2023-08-22 07:27:36 +10:00
Ratstail91
db52c13613 Removed extra scope around for loop body blocks, resolved #107 2023-08-22 01:11:49 +10:00
Ratstail91
0cf92bdeae Added contributors to the README, removed a binary that was accidentally committed 2023-08-19 06:53:34 +10:00
hiperiondev
1e11e9eea7 Start independent code from PC zero. Add hierarchical notation for function index. Add guard for end literals. Some presentation formats. 2023-08-14 14:46:07 -03:00
Kayne Ruse
cce8ae1ea3 Added disassembler, thanks @hiperiondev, bumped minor version 2023-08-14 23:06:05 +10:00
Kayne Ruse
4d33a9473a Added tools/changing-of-the-guard.cpp, resolved #89
A present for @hyperiondev - just run this in the 'includes/' directory.

It's easier than changing things by hand.
2023-07-28 01:09:58 +10:00
Kayne Ruse
cdfe17ad53 Added mecha-style comment docs to a bunch of headers 2023-07-20 19:44:40 +10:00
Kayne Ruse
3d7d1179c9 Added mecha tool 2023-07-19 18:09:18 +10:00
Kayne Ruse
624a0c80ba Prevented NO-OP calls to the memory allocator
Also shaved off about 1-2 milliseconds of execution time of fib-memo.toy
2023-02-26 21:20:22 +11:00
Kayne Ruse
3312a38c7c Updated memusage tool 2023-02-14 16:05:43 +00:00
Kayne Ruse
aeda0a0d94 Fixed pointer to int casting 2023-01-28 09:11:38 +00:00
Kayne Ruse
b2c3dd894c Added a memusage tool 2023-01-25 15:11:22 +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
2af95ec82e Tweak 2022-11-08 02:55:02 +00:00
Kayne Ruse
56987bc96a Tweaked colors for types 2022-11-08 02:52:18 +00:00
Kayne Ruse
d14177dbca Made it easier to install syntax highlighting 2022-11-07 10:02:37 +00:00
Kayne Ruse
42580bbe2a Update toy.tmLanguage.json
Forgot opaque type
2022-11-07 20:47:37 +11:00
Kayne Ruse
0c8e036de8 Added vscode syntax highlighting under /tools 2022-11-07 09:44:26 +00:00