Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Add additional keys to be handled in parsing #14

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

Conversation

bryphe
Copy link
Member

@bryphe bryphe commented Apr 24, 2020

No description provided.

@bryphe
Copy link
Member Author

bryphe commented Apr 24, 2020

/azp run

@azure-pipelines
Copy link

No pipelines are associated with this pull request.

@bryphe
Copy link
Member Author

bryphe commented Apr 24, 2020

/azp run

@azure-pipelines
Copy link

No pipelines are associated with this pull request.

@@ -29,7 +29,7 @@ let white = [' ' '\t']+
let alpha = ['a' - 'z' 'A' - 'Z']
let modifier = alpha+ ['-' '+']

let binding = ['a'-'z' 'A'-'Z' '0'-'9' '`' '-' '=' '[' ']' '\\' ';' '\'' ',' '.' '/']
let binding = ['a'-'z' 'A'-'Z' '0'-'9' '`' '-' '=' '[' ']' '\\' ';' '\'' ',' '.' '/' '(' ')' '|' '_' '%' '+']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Next question: Why is this inclusive instead of exclusive? Could it not either just exclude characters with "special" meaning, or match any single character as the last case of the production, after any cases that matches "special" characters?

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.

2 participants