Commit Graph

566 Commits

Author SHA1 Message Date
Ratstail91
bcc9df928a Investigating mingw behaviour 2023-08-28 21:59:06 +10:00
Ratstail91
c66e77ec57 Merge branch 'main' of https://github.com/Add00/Toy into Add00-main 2023-08-28 21:30:21 +10:00
Kayne Ruse
9dc9316853 Merge pull request #116 from hiperiondev/main
Correct format
2023-08-29 13:07:22 +10:00
hiperiondev
a864a1a226 Correct format 2023-08-28 23:57:46 -03:00
Kayne Ruse
c645026620 Merge pull request #115 from hiperiondev/main
Add disassemblre group option
2023-08-29 12:50:56 +10:00
hiperiondev
a9ccd65da1 Add disassemblre group option 2023-08-28 23:46:02 -03:00
Add00
113c067c96 updated path error messages 2023-08-27 23:39:32 -04:00
Add00
01f710a4f3 Merge branch 'Ratstail91:main' into main 2023-08-24 17:14:33 -04:00
Add00
eb4c44193c added path method and more tests 2023-08-24 17:09:20 -04:00
Kayne Ruse
0da5201829 Merge pull request #114 from hiperiondev/main
Correct disassembler
2023-08-24 21:43:15 +10:00
Add00
214351abaa view result 2023-08-23 23:19:33 -04:00
hiperiondev
6be29ed8c5 Add implicit fn return 2023-08-23 20:48:06 -03:00
hiperiondev
6341d3337f Correct disassembler 2023-08-23 12:37:28 -03:00
Kayne Ruse
d4f952eafc Merge pull request #110 from hiperiondev/main
Add disassembler alternative format
2023-08-23 22:09:33 +10:00
hiperiondev
d5bc07d3b3 Add header reference 2023-08-23 08:36:27 -03:00
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
Add00
73965bc0e4 input and output can now be closed 2023-08-21 22:47:32 -04: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
Add00
46e274d182 Merge branch 'Ratstail91:main' into main 2023-08-21 10:54:27 -04:00
Ratstail91
7290efe069 Tweaked valgrind test
@add00 you'll want to merge these and test them
2023-08-22 00:43:48 +10:00
Add00
925f13abf5 potential fix for mingw32 issue 2023-08-19 22:10:29 -04:00
Add00
9a56a86ec8 add read/write for bools, and fixed sanitize issue 2023-08-19 21:51:44 -04:00
Add00
3ddda21ff2 Improved error messages, and feedback improvements 2023-08-19 15:41:21 -04:00
Ratstail91
0cf92bdeae Added contributors to the README, removed a binary that was accidentally committed 2023-08-19 06:53:34 +10:00
Add00
65acdd2730 in and out file marked as static 2023-08-15 22:53:16 -04:00
Add00
1603ea1798 mostly fixed sanitization issue 2023-08-14 23:09:13 -04:00
Add00
79f2e231db fix stack overflow issue 2023-08-14 22:22:20 -04:00
Add00
ab0720a5ef memory leak and several bugs fixed 2023-08-14 22:02:33 -04:00
Add00
901940a3d0 Merge branch 'Ratstail91:main' into main 2023-08-14 18:56:13 -04:00
Kayne Ruse
4c9a2e5378 Merge pull request #106 from hiperiondev/main
Disassembler: Some optimizations
2023-08-15 03:57:29 +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 v1.3.0 2023-08-14 23:06:05 +10:00
Kayne Ruse
ce54912232 Removed an extra pair of SCOPE_BEGIN and SCOPE_END from function bytecode
This should reduce the memory footprint a bit
2023-08-14 22:17:33 +10:00
Add00
a0acd27be1 partly fixed memory leak issue 2023-08-13 22:27:54 -04:00
Kayne Ruse
23b55fc360 Fixed execFnDecl accidentally modifying the literalCache for a moment, resolved #105 2023-08-14 10:47:10 +10:00
Add00
0c005d0af2 added file operations and additional tests 2023-08-12 16:02:54 -04:00
Add00
38ba2273dd added accessors, write and additional tests 2023-08-10 23:00:26 -04:00
Add00
1b8d8cfba0 Removed debug code 2023-08-09 08:48:40 -04:00
Add00
648a5f84db fixed close function 2023-08-08 23:41:23 -04:00
Add00
e2dda434f8 Fixed memory leak 2023-08-08 19:25:18 -04:00
Add00
5a8e2c0527 Fixed path 2023-08-08 19:05:35 -04:00
Add00
dea5cf6d43 removed HAL 2023-08-08 19:04:27 -04:00
Add00
930115f94c Merge branch 'Ratstail91:main' into main 2023-08-08 13:57:57 -04:00
Kayne Ruse
62fe86f99b Fixed indexing in argument lists, resolved #102 2023-08-09 02:25:07 +10:00
Add00
2fa6b7ee23 added basic read, and an improved HAL 2023-08-06 09:39:06 -04:00