mirror of
https://github.com/bobbimanners/EightBall.git
synced 2025-02-19 16:31:31 +00:00
Updated Roadmap (markdown)
parent
5bf1d740a5
commit
3a3344026f
@ -1,9 +1,11 @@
|
||||
# Roadmap
|
||||
|
||||
This is where I keep track of what to do next ...
|
||||
|
||||
## Near-Term
|
||||
- Finish compiler implementation (parity with interpreter features)
|
||||
- Array pass by reference
|
||||
- Work out how to evaluate expressions with only constants within the compiler so array dimensions no longer need to be literal constants
|
||||
- Work out how to evaluate expressions with only constants within the compiler so array dimensions no longer need to be literal constants. Once I can do this for compiled code I can re-enable handing expressions as array dimensions in the interpreter also.
|
||||
- Write a non-trivial app in EightBall to discover the pain points
|
||||
|
||||
## Medium-Term
|
||||
|
Loading…
x
Reference in New Issue
Block a user