Commit Graph

167 Commits

Author SHA1 Message Date
9692671989 Ignore .genio configuration file 2024-10-09 22:16:36 +02:00
Samuel D. Crow
2354f0be28 Array support now works 2022-08-05 15:06:35 -05:00
Samuel D. Crow
7930b048b8 wrote on n sub unit test and made necessary fixes 2022-08-04 21:18:26 -05:00
Samuel D. Crow
ede1b24458 REmove unneeded type and update the README.md file 2022-08-01 21:48:40 -05:00
Samuel D. Crow
820fb864bd Fixed bugs with paramaters being passed to the wrong callsite 2022-08-01 15:35:43 -05:00
Samuel D. Crow
34f1abeda6 Set up submodule and clean up makefile 2022-07-31 22:27:38 -05:00
Samuel D. Crow
c0b69ae0a9 make sure strings aren't passed by value on 32bits 2022-06-30 16:52:21 -05:00
Samuel D. Crow
a9f2818b05 revamped printSegment to get rid of phantom EOLs 2022-06-30 12:55:25 -05:00
Samuel D. Crow
7f1539c421 Added runtime checks and started fixing test code 2022-06-30 11:41:31 -05:00
Samuel D. Crow
6a3c37b02c Fixed longstanding bugs and cleaned up code 2022-06-28 21:10:15 -05:00
Samuel D. Crow
bf70fd087b some cosmetic changes to fix warnings and forLoop 2021-05-04 12:15:49 -05:00
Samuel D. Crow
e8a47bd3da Cleared up double-free of a temporary variable. 2021-04-21 21:54:08 -05:00
Samuel D. Crow
7c5f331395 fixed tester and parameter passing bugs 2021-04-16 22:01:48 -05:00
Samuel D. Crow
9ddac1afd6 Fixed subroutine bugs 2021-04-16 18:56:10 -05:00
Samuel D. Crow
ca08646b93 Added scope to paramter passes 2021-04-15 12:40:57 -05:00
Samuel D. Crow
d37eb38ad1 Got past temporary variable deallocation bug. Now working on functions. 2021-04-08 15:31:36 -05:00
Samuel D. Crow
8797cb8870 added float test 2021-03-29 14:49:12 -05:00
Samuel D. Crow
0fe8d74bc5 added string test and it works 2021-03-29 14:23:50 -05:00
Samuel D. Crow
b0072dffa4 got rid of double-free conditions and segfault 2021-03-29 14:01:13 -05:00
Samuel D. Crow
bb2be9c16c removed most of the shared_ptr usage and retooled temporary variables to recycle 2021-03-28 22:35:35 -05:00
Samuel D. Crow
fd89b1a054 fixes scope bug in test code, typo in runtime and makefiles 2021-03-25 14:38:17 -05:00
Samuel D. Crow
48505d1ef8 fixed bugs and added enough runtime to execute first code after the compiler segfaults at shutdown 2021-03-24 18:17:33 -05:00
Samuel D. Crow
7c5bf76778 added printSegment class and started tester for framework 2021-03-24 12:47:00 -05:00
Samuel D. Crow
f0ad605119 more array support 2021-03-24 10:17:01 -05:00
Samuel D. Crow
a96f1345ae added array handling 2021-03-24 09:28:03 -05:00
Samuel D. Crow
1d3829a47e fixed 2 more warnings under Clang and converted mode to 4 bools. 2021-03-23 16:25:37 -05:00
Samuel D. Crow
fbb60f4e3d Started enforcing style guide. Fixed all warnings. 2021-03-23 15:25:59 -05:00
Samuel D. Crow
68bf3cab0f fixed up Makefile and .gitignore now that it builds 2021-03-20 10:50:45 -05:00
Samuel D. Crow
e5d08cc31b added static initializers and now it builds and links! 2021-03-19 19:26:10 -05:00
Samuel D. Crow
68c4806a3d made a few tweaks and regenerated the Makefile to get it to link but it still won't 2021-03-18 16:18:54 -05:00
Samuel D. Crow
b6e8984e62 it builds but doesn't link yet 2021-03-17 18:56:14 -05:00
Samuel D. Crow
1dae0a4b54 started build script and went on a massive bug hunt 2021-03-16 17:01:28 -05:00
Samuel D. Crow
4eb08efc9d saving progress on functions and variables 2021-03-15 14:04:53 -05:00
Samuel D. Crow
4b2b567a42 removed parameter passing of globals and fixed expression evaluator some 2021-03-13 16:49:58 -06:00
Samuel D. Crow
43319754a8 split yab2cpp.cpp into 2 parts, finished for loop and started variables 2021-03-13 14:26:41 -06:00
Samuel D. Crow
4943489628 added loop constructs and a few missing methods elsewhere 2021-03-12 21:57:53 -06:00
Samuel D. Crow
db06b3bf62 removed obsolete docs 2021-03-11 21:59:00 -06:00
Samuel D. Crow
301018f1fd More junk cleaned up that shouldn't have been committed 2021-03-11 21:53:10 -06:00
Samuel Crow
e991daeb45
Add new ReadMe file (old one accidently committed)
Unstaged changes should never be committed by Git.
2021-03-11 21:39:43 -06:00
Samuel D. Crow
8da1e7bb50 removed old files that shouldn't have been committed in the first place (unstaged) 2021-03-11 21:30:38 -06:00
Samuel D. Crow
ff6578b08e Restarted from earlier attempt 2021-03-11 21:22:40 -06:00
Samuel Crow
5f81a3f4b2
Merge pull request #3 from bbjimmy/master
pulling from upstream
2020-07-19 21:37:17 -05:00
Jim Saxton
ae087e652d BuildFactory change library to lyab1 2020-04-12 10:11:02 -07:00
Jim Saxton
0efa876523 change lib name again. 2020-03-30 15:23:50 -07:00
Jim Saxton
3b03b4759a Update library name so we do not need a new name for every release. 2020-03-30 11:01:41 -07:00
Jim Saxton
3646945178 add missing header 2020-03-08 13:14:45 -07:00
Jim Saxton
982715e4e8 merging 1.7.8 changed files. 2020-03-08 12:40:42 -07:00
Jim Saxton
224fab2ea1 add default case to message received. fixes texturl 2019-11-02 09:58:56 -07:00
Samuel Crow
5fc54701d0
Merge pull request #2 from bbjimmy/master
Add 1.7.6 to change log
2019-03-09 11:03:30 -07:00
Jim Saxton
78e0ebcc8a Add 1.7.6 to change log 2019-03-07 08:31:12 -08:00