Aer/TODO
belliash d3e0ffe4bf
All checks were successful
The build was successful.
Update TODO list.
2018-11-28 14:01:55 +01:00

13 lines
467 B
Plaintext

TODO list for typehinting branch.
Below list contains things that should be changed/fixed/implemented.
1. int[] $arr = {5, 5};
This syntax is unsupported yet. Should replace the array() function.
2. CHAR data type do not allow assignment of integer values in range of 0-255 inclusively as well as strings of 1-character length.
3. Class properties do not support strict data type hinting.
4. Closures and methods declaration / definition uses function keyword.