mirror of https://github.com/kdl-org/kdl.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
|
single-line-comment := '//' ('\r' [^\n] | [^\r\n])* newline
|
||||||
multi-line-comment := '/*' ('*' [^\/] | [^*])* '*/'
|
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