Planned road to version 1.0 #5
EkBass
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I hope I can get this up to version 1.0 before summer. There actually is not so much to do to reach that goal, though after my winter holiday ended I need to get back to day job.
1 Tokenized library & updated manual
Plan is to generate a way to create a tokenized libraries with BazzBasic. Currently you can inlucde several source files via INCLUDE. How ever, if you generate a tokenized library (suffix .bb), you get tokenized file which is much smaller and pre tokenized. Though this does not give huge speed edge with modern computers, it provides one way to use BazzBasic.
This is presented in version 0.7
Updating and fixing manual is currently on my todo as #1
2 LINE INPUT
LINE INPUT provides way to read whole input line in a single variable. By default, Basic-like languages reads the input up to first comma, or in some cases up to first whitespace. LINE INPUT goes here all in.
These are presented in version 0.7
3. NAudio to SDL2.
Currently Naudio provides the audio features. Im not sure even myself why I did this originally, I should have gone with SDL since start.
This drops the size of BazzBasic binary and also the size of bundled program with it.
This is presented in version 0.8
4 Console.
Currently console is on the background. I have kept this in purpose so it is easier to track bugs while developing it.
At this point, I can get it off if source code is written for graphics screen only.
This is presented in version 1.0
I left 0.9 out, since I want to give some room for issues I have not yet thought about.
Beta Was this translation helpful? Give feedback.
All reactions