07-07-2022, 04:43 AM
Now to get it to make some good source code from a yab app!
Yab to C converter
|
07-07-2022, 04:43 AM
Now to get it to make some good source code from a yab app!
08-01-2022, 10:22 AM
Looking at BeSly, the procedure to add commands to the language needs to be kept similar to the original interpreter. I will be using the Flex and Bison files and the YabInterface classes as well. The in-between will be totally different though. Expression parsing needs to be done before I can get much headway.
08-02-2022, 06:42 AM
Update:
Found and fixed a bug where the parameter passing was writing to the local variables at the wrong subroutine call. That was only working by blind luck it seems.
08-06-2022, 01:46 AM
I got the ON n SUB code generation to work correctly yesterday. Today I'm going to see if I can get arrays working also.
|
« Next Oldest | Next Newest »
|