Update TODO list.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2018-11-28 14:01:55 +01:00
parent 3cc8cfe6a2
commit d3e0ffe4bf
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 1 deletions

2
TODO
View File

@ -5,7 +5,7 @@ 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. Data types like char or void are still not supported.
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.