Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Support arguments starting with a dash #59

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

aivarsk
Copy link

@aivarsk aivarsk commented Mar 5, 2018

I don't know how good this fits into TokenStream concept but the idea is if we know an argument will follow then advance stream and accept whatever follows without trying to parse it. That might be an argument separated by ' :=' (previously parsed) or an empty string (I've seen this quite often) or arbitrary data.

This is how I fixed issue #50 for me.

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

Successfully merging this pull request may close these issues.

1 participant