Parse semantic blocks where appropriate #32
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
help wanted
Extra attention is needed
In #7, we came to the conclusion that it's good to parse semantic blocks (instead of only line-based parsing), but only if it's possible and clean in EBNF/instaparse.
Here is a list of some semantic blocks that would need changes in EBNF:
#+BEGIN_xxx
)#+BEGIN:
): sample code
)The following elements can not be parsed as semantic elements:
Some of them are already defined in EBNF but not yet "activated".
Quoting from #11:
Parsing semantic blocks can later be enabled by changing EBNF:
The text was updated successfully, but these errors were encountered: