--- parser3/ChangeLog 2024/10/07 02:05:18 1.200 +++ parser3/ChangeLog 2024/10/14 02:05:17 1.201 @@ -1,3 +1,16 @@ +2024-10-13 moko + + * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i + with is_index() before calling index() for better error reporting + in method name typo (was invalid number, not method not found + exception). + +2024-10-08 moko + + * src/types/pa_varray.C: Visual Studio compatibilty issues fixed + + * src/include/pa_array.h: warnings war + 2024-10-05 moko * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,