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

Fix skipped protocols in grammar #11

Open
raquelalegre opened this issue Jan 22, 2015 · 1 comment
Open

Fix skipped protocols in grammar #11

raquelalegre opened this issue Jan 22, 2015 · 1 comment
Labels

Comments

@raquelalegre
Copy link
Contributor

ATF protocols are currently being skipped by yacc:

    """skipped_protocol : ATF USE UNICODE newline
                        | ATF USE MATH newline
                        | ATF USE LEGACY newline
                        | ATF USE MYLINES newline
                        | ATF USE LEXICAL newline
                        | key_statement
                        | BIB ID newline
                        | lemmatizer_statement"""

The only one being processed at the moment is the language protocol.

All ATF protocols, including language, should be added to an array of protocols in the text object.

@raquelalegre raquelalegre self-assigned this Jan 22, 2015
@raquelalegre raquelalegre changed the title Fix protocols in grammar Fix skipped protocols in grammar Jan 22, 2015
@raquelalegre raquelalegre removed their assignment Mar 17, 2016
@jamespjh
Copy link
Contributor

Test comment via waffle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants