Do support tags and price on multi_choice blocks #35

Closed
opened 2020-01-27 21:11:18 +00:00 by midgard · 4 comments
midgard commented 2020-01-27 21:11:18 +00:00 (Migrated from git.zeus.gent)
dish fries: Frietjes
	multi_choice sauce € 1.4

dish standalone_sauce: Saus in potje € 0.8
	single_choice sauce

sauce: Saus
	ketchup: Ketchup
	stew: Stoofvleessaus :: {has_meat} € 0.5
	other: Andere (in commentaar)

Why does this even parse at the moment?

```hlds dish fries: Frietjes multi_choice sauce € 1.4 dish standalone_sauce: Saus in potje € 0.8 single_choice sauce sauce: Saus ketchup: Ketchup stew: Stoofvleessaus :: {has_meat} € 0.5 other: Andere (in commentaar) ``` Why does this even parse at the moment?
midgard commented 2020-01-27 21:11:18 +00:00 (Migrated from git.zeus.gent)

changed milestone to %1

changed milestone to %1
midgard commented 2020-02-23 23:43:44 +00:00 (Migrated from git.zeus.gent)

Semantically, they can be dealt with in the SemanticActions of the parser.

Semantically, they can be dealt with in the SemanticActions of the parser.
midgard commented 2020-03-04 16:55:05 +00:00 (Migrated from git.zeus.gent)

removed milestone

removed milestone
midgard commented 2020-09-25 23:12:04 +00:00 (Migrated from git.zeus.gent)

Fixed in 6a052fae73.

Only prices were implemented. Tags are probably not needed in this case.

Fixed in 6a052fae73bce331ed2bd24463fae803a77ae870. Only prices were implemented. Tags are probably not needed in this case.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Haldis/haldis#35
No description provided.