mirror of
https://github.com/irmen/prog8.git
synced 2024-12-24 01:29:28 +00:00
doc
This commit is contained in:
parent
6b8c3ef614
commit
975594703d
@ -5,7 +5,6 @@ For next compiler release
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
- can we derive module.name from module.source (taking just the filename base)?
|
||||
- can Position.file be a Path- making the source variable for nodes unnecessary?
|
||||
- address more questions/issues from the testability discussions.
|
||||
|
||||
|
||||
Blocked by Commander-x16 v39 release
|
||||
@ -17,7 +16,7 @@ Blocked by Commander-x16 v39 release
|
||||
Future
|
||||
^^^^^^
|
||||
- get rid of all TODO's and FIXME's in the code
|
||||
- improve testability further, add more tests
|
||||
- improve testability further, add more tests, address more questions/issues from the testability discussions.
|
||||
- can we get rid of pieces of asmgen.AssignmentAsmGen by just reusing the AugmentableAssignment ? generated code should not suffer
|
||||
- see if we can remove more "[InferredType].getOr(DataType.UNDEFINED)"
|
||||
- use more of Result<> and Either<> to handle errors/ nulls better
|
||||
|
Loading…
Reference in New Issue
Block a user