You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
Dear all,
according to the specification, section 7.2. Meters, you have the following BNF for a meter
meter_declaration ::=
meter meter_name {
type : meter_type ;
result : field_ref ;
[ direct_or_static ; ]
[ instance_count : const_value ; ]
}
but then you swap 'result' and 'direct_or_static' order into the parser rule at line 1218 of parser.py
I think this probably is a typo, so I've issued a pull request to fix the order.
The text was updated successfully, but these errors were encountered: