Started grammar definition.
This commit is contained in:
parent
b142b9f13b
commit
43c5c15ed7
9
doc/grammar.rst
Normal file
9
doc/grammar.rst
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
DocBlock -> Directive | MarkdownBlock
|
||||||
|
|
||||||
|
Directive ->
|
||||||
|
"@author" MarkdownBlock |
|
||||||
|
"@doc" MarkdownBlock |
|
||||||
|
"@example" MarkdownBlock |
|
||||||
|
"@org" LiteralString
|
||||||
|
|
||||||
|
MarkdownBlock ->
|
Loading…
Reference in New Issue
Block a user