Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Expression parsers do not forgive whitespace. #36

Open
abargnesi opened this issue Apr 12, 2016 · 0 comments
Open

Expression parsers do not forgive whitespace. #36

abargnesi opened this issue Apr 12, 2016 · 0 comments

Comments

@abargnesi
Copy link
Member

abargnesi commented Apr 12, 2016

White-space around term arguments prevent recognition of the term. For example the following complex abundance is not recognized:

complex( p(HGNC:AKT1) )

This effect is likely true for parameters, statements, and BEL Script parsers.

@abargnesi abargnesi added the test label May 12, 2016
abargnesi pushed a commit that referenced this issue May 17, 2016
Excluded open paren, (, due to ambiguity with term.

Excluded single and double quote due to ragel machine compilation
hanging.

Excluded space due to leading indentation feature (refs #36).

refs #64
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant