cooklang / cooklang-swift

Cooklang parser implementation in Swift
https://cooklang.org
MIT License
38 stars 3 forks source link

Use some instead of 1 as a default quantity for an ingredient #16

Closed dubadub closed 2 years ago

dubadub commented 2 years ago

Before:

Add @oil. -- parsed as oil, amount: 1, units: ""

After:

Add @oil. -- parsed as oil, amount: "some", units: ""