-
Notifications
You must be signed in to change notification settings - Fork 50
Bucket List
Tharo edited this page Aug 31, 2021
·
21 revisions
On this page we list upcomming tasks, features and topics about the projects development.
Each Item can (and should) be commented by different developers.
- I don't think that we need this - tharo
- I second this - someone else
- Show must go on - tharo
- subfeature that we should do
- β subfeature 2 that allready had been done in devel
- We need at least one Tutorial how to make an (hopefully cool) mini-game with bass - tharo
- It would be great if we would have an tutorial how to add an architecture. I would like pokemon mini. - tharo
- Its unrealistic, but not having this two tutorials but also have them as youtube video's would be amaaazing. But we should def. cooperate with other you or vtubers on that one. - tharo
- Lower expectations - tharo
- Better tests env. - tharo
In v19 I dont want to focus on new features but on reworking some given features that, visible or not, will have an huge impact to bass itself
- Our row based scanner came to a point that it's a burden on multiple points. We will jump to an token based scanner instead which would lead into all of the following features - tharo
- nuff said - tharo
- At the moment Blocks are just an visual mark without any feature. Then each block will be it's own scope. With named scopes on namespaces and macros, and innerhinting anonymous scopes.
- If a scope dont find something, we will look on its parent scope. global and parent will become obsolete - tharo
- At some point we lost our floating point support. It will be reintegrated :/ - tharo
- Needs to be investigated - tharo
- We should be able to return macro values from macros. In other words: Having real functions. - tharo
- const, var, def and fun. Many people requested shorter keywords and there is no real reason to deny them while keeping the old. The new scanner would make them possible - tharo
- β I would like to offer binary downloads. Also I would like to call the next release v18 or even 1.18 - anything but not v17 just to keep it original - tharo
- β
Currently we have the
bass.html
files and the wiki pages with almost identical content. The wiki can be considered as outdated. The html file is technical and incomplete as soon as it comes to architectures. In v17 it also lacks details about 'functions' and some other 'features'. I would like to start an more user friendly doc using markdown files inside of the repro. Like having a 3th root directory called "docs". The original html file however should remain untouched. Im nostalgic about it :/ - tharo
- β Allready started that. But some of them should be taken care of later before we release again - tharo
- β Atm its a mess. I would like to kill the github wiki and only fill it with infomations like about troubleshooting and project planing. The manual itself should remain in the sources - tharo
- β The repro had been stuck on v14 for four years now. I think it's time to migrate nears last version and port all our architecture files. I suggest this for the v18 release - tharo
- β
return of arch as valid alias for architecture - We will need to decide if we prefer short terms or long terms. Or both. For now I re-insert
arch
to increase compatiblity rasons - tharo - β
include I will add an
#include <file>
statement for architecture files. The old arch files had couple of include like features in them. And I think they make sense - tharo - β
arch files The arch files had changed in a way that each command that is not meant to be an assembly description have to start with
#
. All existing commands#endian
,#include
and#directive
had been altered. - β
add
exit
command for better debugging of huge bin files - tharo
- β I heard thats still missing. It might make sense to add it soon since some of the architectures make not that much sense without having float values available. It should be possible without changing our syntax too much - tharo
- β Variables and constants are not sharing the same namespaces. In other words: the define
x
is not the same as the evaluationx
. This is an VERY error prone 'feature'. But we need to expect that of course some users use it. I would recommend that we add a feature that forbits this behaviour whenstrict
mode is active - tharo
- β Some of our current forks add more architecture statements.
basstess
for example has relative offset calculation, witch is needed by x86 architectures. We should consider adding them - tharo
- β Currently bass only supports tree namespace scopes but it's not possible to access them by inerhinting your parent namespaces, just as users and logic would expect it. That had been changed on
basstess
with the result, that it allows a complete more basic like design for libs. So I would like to add it - tharo
- β We could need testfiles for each architecture in source an bin to ensure that or main feature, the assembly, will always remain intact - tharo
- β Test's should pass with 100% equal bin outputs - tharo
- maybe someone would do this - tharo