note that spec is CC-BY-SA

This commit is contained in:
Kat Marchán 2020-12-13 18:25:18 -08:00
parent 4b4ffb71fd
commit 7af5ecd72c
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 5 additions and 0 deletions

View File

@ -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.