yab | yet another Basic for HAIKU
Yab to C converter - Printable Version

+- yab | yet another Basic for HAIKU (https://yab.orgfree.com/forum)
+-- Forum: General discussion (https://yab.orgfree.com/forum/forumdisplay.php?fid=8)
+--- Forum: yab stuff (https://yab.orgfree.com/forum/forumdisplay.php?fid=10)
+--- Thread: Yab to C converter (/showthread.php?tid=118)

Pages: 1 2 3 4 5


RE: Yab to C converter - bbjimmy - 07-06-2022

Now to get it to make some good source code from a yab app!


RE: Yab to C converter - SamuraiCrow - 07-31-2022

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.


RE: Yab to C converter - SamuraiCrow - 08-01-2022

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.


RE: Yab to C converter - SamuraiCrow - 08-05-2022

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.


Free Web Hosting