DanielT / a2ltool

A tool to edit, merge and update a2l files
Apache License 2.0
46 stars 17 forks source link

Array indexing bugfix #2

Closed DanielT closed 2 years ago

DanielT commented 2 years ago

With files of version 1.7 and later, it becomes possible to use '[' and ']', but symbols using these were not found correctly. The code incorrectly expected array names like "some_array.[0]" instead of "some_array[0]"