Skip to content

Commit

Permalink
add agricultural (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
karussell authored Jun 6, 2023
1 parent bfc29cb commit 09d9b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/parsers/speed_grammar.ebnf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ speed_value: NUMBER+ "mph" -> mph_speed
| NUMBER+ -> kph_speed
| "walk" -> walk_speed
RESTRICTION_CONDITIONAL: "articulated" | "trailer" | "caravan" | "wet" | "empty"
RESTRICTION_CONDITIONAL: "articulated" | "trailer" | "caravan" | "wet" | "empty" | "agricultural"
WEIGHT: /\d+([.]\d+)?/
WEIGHT_QUALIFIER: "empty" | "capacity" | "trailer" | "current"
Expand Down

0 comments on commit 09d9b8a

Please sign in to comment.