Are spaces allowed between " :" and "param" in the field attribute? #70
-
|
I'm seeing the field grammer. I find an ambiguous expression. https://github.com/Ovid/Cor/blob/master/rfc/grammar.md#33-field-grammar Are spaces allowed between " :" and "param", etc in the field attribute? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Yes. These are normal attributes, with the argument to the attribute receiving special handling by @leonerd's code. |
Beta Was this translation helpful? Give feedback.
-
|
The link's attributes allow the following code https://metacpan.org/pod/attributes On the other hand, In Corrina, it looks like Dose Corrina allow the following code? |
Beta Was this translation helpful? Give feedback.
Yes. These are normal attributes, with the argument to the attribute receiving special handling by @leonerd's code.