-
-
Notifications
You must be signed in to change notification settings - Fork 0
Dialog / panel unhandled case when having missing commas #10
Open
Description
example:
dialog = egoPID, "ego Control Closed Loop", xAxis panel = ego_Prop_Table {(includeAFR == 0) && egoType && (egoAlgorithm < 3) } panel = ego_Integral_Table {(includeAFR == 0) && egoType && (egoAlgorithm < 3) }
Will parse correctly when comma is present between name and condition