Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing error produces better messages: showing nested commands #73

Open
abhabongse opened this issue Apr 1, 2021 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@abhabongse
Copy link
Owner

An example source text:

@blockquote{
    My name is @bold{Ashley}.
    @`list.unordered`[
        @item{Greetings, @italic{children
    ]

When the source text was parsed, it should produce an error message similar to the following:

Parsing prematurely reaches EOF
, inside body of @italics at line 4 column 26
, inside body of @item at line 4 column 9
, inside extras of @`list.unordered` at line 3 column 5
, inside body of @blockquote at line 1 column 1
@abhabongse abhabongse added the enhancement New feature or request label Apr 1, 2021
@abhabongse abhabongse self-assigned this Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant