cooklang / cooklang-swift

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

Breaking: new comments #13

Closed dubadub closed 3 years ago

dubadub commented 3 years ago

Replaces old comment syntax // with --. Also adds support for block comments [- comment text -].

Fixes: https://github.com/cooklang/CookInSwift/issues/7