rtyler / otto

Otto is your friendly continuous delivery companion.
GNU Affero General Public License v3.0
80 stars 5 forks source link

Implement support for multi-line comments in the parser #57

Closed rtyler closed 3 years ago

rtyler commented 3 years ago
/*
 *
 */

should be supported, right now only single line // foo are supported.

rtyler commented 3 years ago

The grammar is defined in crates/parser/src/pipeline.pest