You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/todo.rst
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,7 @@
1
1
TODO
2
2
====
3
3
4
-
See https://github.com/irmen/prog8/issues/134
5
-
+ any other issues that got reported.
6
-
7
-
Document scripts/profiler.py in manual?
4
+
https://github.com/irmen/prog8/issues/136 (string.find register order issue)
8
5
9
6
...
10
7
@@ -13,8 +10,9 @@ Future Things and Ideas
13
10
^^^^^^^^^^^^^^^^^^^^^^^
14
11
Compiler:
15
12
13
+
- Relax newline / bracket in parser so that you can put open and close brackets on the same line or on the next line if you so wish. For example be able to write a true one liner?
14
+
- Can we support signed % (remainder) somehow?
16
15
- IR: implement missing operators in AssignmentGen (array shifts etc)
17
-
- can we support signed % (remainder) somehow?
18
16
- instead of copy-pasting inline asmsubs, make them into a 64tass macro and use that instead.
19
17
that will allow them to be reused from custom user written assembly code as well.
20
18
- Multidimensional arrays and chained indexing, purely as syntactic sugar over regular arrays.
0 commit comments