mirror of
https://github.com/bobbimanners/EightBall.git
synced 2024-11-25 16:32:35 +00:00
Added near-term tasks
parent
e249052b42
commit
09f9002df4
@ -4,7 +4,10 @@ This is where I keep track of what to do next ...
|
|||||||
|
|
||||||
## Near-Term
|
## Near-Term
|
||||||
- Write a non-trivial app in EightBall to discover the pain points and the bugs that `unittest.8b` doesn't reveal
|
- Write a non-trivial app in EightBall to discover the pain points and the bugs that `unittest.8b` doesn't reveal
|
||||||
- Try to squeeze the interpreter / compiler code down a bit to save memory. There is duplication that can be eliminated by reorganizing the logic and/or factoring out into functions.
|
- Try to squeeze the interpreter / compiler code down a bit to save memory.
|
||||||
|
- There is duplication that can be eliminated by reorganizing the logic and/or factoring out into functions. For example, `getintvar()`/`setintvar().
|
||||||
|
- Also, use preprocessor to allow compiler and/or interpreter to be disabled.
|
||||||
|
- Compile direct from disk?
|
||||||
|
|
||||||
## Medium-Term
|
## Medium-Term
|
||||||
- Wishlist features:
|
- Wishlist features:
|
||||||
|
Loading…
Reference in New Issue
Block a user