bobbimanners / EightBall

The Eight Bit Algorithmic Language for Apple II, Commodore 64 and VIC20
GNU General Public License v3.0
19 stars 3 forks source link

Reduce bloat, improve memory management #14

Open bobbimanners opened 6 years ago

bobbimanners commented 6 years ago

Compiler/interpreter code has some bloat that can be removed / refactored.

Compiler/interpreter memory management can be improved. Would be better if source code and variables were allocated in same block rather than two separate blocks, but this would be difficult on VIC20 (due to hole in the memory map.)