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 parsing negated logical after string parameter #601

Conversation

coldfix
Copy link
Collaborator

@coldfix coldfix commented Mar 6, 2018

Fixes parsing expressions such as:

beam, sequence=s1, -radiate;

which was so far parsed as:

beam, sequence="s1,-", radiate;

Example:

s1: sequence, l=1;
endsequence;
beam, sequence=s1, -radiate;
use, sequence=s1;

+=+=+= fatal: USE - sequence without beam: s1

Fixes parsing expressions such as:

    beam, sequence=s1, -radiate;

which was so far parsed as:

    beam, sequence="s1,-", radiate;

Example:

    s1: sequence, l=1;
    endsequence;
    beam, sequence=s1, -radiate;
    use, sequence=s1;

Results in:

    +=+=+= fatal: USE - sequence without beam: sequ
@ldeniau ldeniau merged commit d44b03e into MethodicalAcceleratorDesign:master Mar 6, 2018
@coldfix coldfix deleted the fix-parsing-logical-after-string branch March 13, 2018 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants