Production BASIC Todo List
These are the main features/changes I would like to see implemented in Production BASIC.
Anyone is encouraged to give them a shot, and if you get any of them working, please
submit a patch.
Major Items Remaining to be Implemented
- Data files: SERIAL, DIRECT, SORT, MSORT
- Data masking
- Data dictionaries and format maintainance
- Transaction processing
- External mnemonic tables (currently hardcoded).
- Windows
- Ghost tasking
- Interprocess Communication
- Verbs, functions and system variables not yet implemented
Minor Improvements
- General improvements to parser
- Figure out a way to make lister not put all numeric expressions in parenthesis
- Better error checking. I'd like to check the unique syntax of all verbs after a
statement is entered, not when the statement is executed.
- Expand arithmetic functions and storage structure to use 6 bytes of storage for the
mantisa instead of 4 bytes as are currently used. (I think using the data type 'long
long' is the solution to this, which is an 8 byte integer type, and just limit it to use
only 6 bytes).
- Initialization parameters.
- Expand mnemonic table to include codes for multiple terminal types
- SQL Data functions and variables: CDN, CDS, NTD, DTN
home
|