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

Invalid grammar rule #358

Closed
xcoulon opened this issue May 22, 2019 · 0 comments · Fixed by #359
Closed

Invalid grammar rule #358

xcoulon opened this issue May 22, 2019 · 0 comments · Fixed by #359
Assignees
Milestone

Comments

@xcoulon
Copy link
Member

xcoulon commented May 22, 2019

// ------------------------------------------
// Front Matter
// ------------------------------------------
FrontMatter <- YamlFrontMatter 

FrontMatter <- YamlFrontMatterToken content:(YamlFrontMatterContent) YamlFrontMatterToken {
    return types.NewYamlFrontMatter(content.(string))
}

the second FrontMatter rule should be named YamlFrontMatter to be used in the first rule.

@xcoulon xcoulon self-assigned this May 22, 2019
@xcoulon xcoulon added this to the v0.3.0 milestone May 22, 2019
xcoulon added a commit to xcoulon/libasciidoc that referenced this issue May 22, 2019
xcoulon added a commit that referenced this issue May 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant