File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -26,5 +26,14 @@ Colour without pokes
2626 * Ensure keywords are only recognized when not inside identifiers (e.g. avoid splitting ` ORD(7) ` or ` FOR ` ), and never mangling string literals
2727 * Validate behavior against reference interpreter (` cbmbasic ` ) with a regression suite of tricky lines
2828
29+ * String case utilities
30+ * Add CBM-style upper/lower-case string manipulation functions (e.g. ` UCASE$ ` , ` LCASE$ ` )
31+ * Ensure they round-trip correctly with PETSCII/ANSI mappings and existing ` ASC ` /` CHR$ ` behavior
32+
33+ * Include files / libraries
34+ * Design a simple ` INCLUDE "file.bas" ` or similar directive processed at load time
35+ * Allow splitting larger programs into multiple source files / libraries while preserving line-numbered semantics
36+ * Consider search paths and guarding against recursive includes
37+
2938* Multi-dimensional arrays(x,y,x)
3039
You can’t perform that action at this time.
0 commit comments