mirror of https://github.com/kdl-org/kdl-rs.git
note that spec is CC-BY-SA
This commit is contained in:
parent
4b4ffb71fd
commit
7af5ecd72c
|
|
@ -147,3 +147,8 @@ ws := bom | ' ' | '\t' | multi-line-comment
|
|||
single-line-comment := '//' ('\r' [^\n] | [^\r\n])* newline
|
||||
multi-line-comment := '/*' ('*' [^\/] | [^*])* '*/'
|
||||
```
|
||||
|
||||
## LICENSE
|
||||
|
||||
The above grammar/spec is licensed CC-BY-SA. The included [LICENSE.md
|
||||
file](LICENSE.md) in this repository only covers this implementation.
|
||||
|
|
|
|||
Loading…
Reference in New Issue