basic Basic: a one pass basic Basic compiler for a basic dialect of Basic. #15
Replies: 2 comments 16 replies
-
Hi Abdul! That's super cool! :) I'm impressed that your compiler is so small as well. If you're able to produce a higher resolution screenshot, we could use it to promote UVM (if you're ok with that?) :) In case this interests you, I've added some primitives for text input. made a simple example into |
Beta Was this translation helpful? Give feedback.
-
Hi @abdulbahajaj ! I recently resumed work on UVM. When trying to run the basic program, I seem to be getting an error:
This might be because I added checks to make sure that memory accesses are aligned. Would you have time to investigate the issue? I would like to keep this example working :) |
Beta Was this translation helpful? Give feedback.
-
I hacked together a Basic to UVM assembly compiler. Checkout the docs here for more details.
Here is an example code:
Will produce the following
Happy to answer any questions
Beta Was this translation helpful? Give feedback.
All reactions