07-06-2022, 12:43 PM
Now to get it to make some good source code from a yab app!
Yab to C converter
|
07-06-2022, 12:43 PM
Now to get it to make some good source code from a yab app!
07-31-2022, 06:22 PM
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-01-2022, 02:42 PM
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-05-2022, 09: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 »
|