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

parser cannot parse an empty string (e.g. '' or "" ) #6

Closed
nmorse opened this issue Jul 30, 2018 · 2 comments
Closed

parser cannot parse an empty string (e.g. '' or "" ) #6

nmorse opened this issue Jul 30, 2018 · 2 comments
Assignees
Labels
bug Something isn't working Javascript

Comments

@nmorse
Copy link
Owner

nmorse commented Jul 30, 2018

The parser should add an empty string to the pl when it encounters special syntax ' ', '[' '{' etv.

@nmorse nmorse created this issue from a note in Pounce JS IDE (To do) Jul 30, 2018
@nmorse nmorse self-assigned this Jul 30, 2018
@nmorse nmorse added bug Something isn't working Javascript labels Jul 30, 2018
@nmorse
Copy link
Owner Author

nmorse commented Oct 10, 2018

canopy generated parser handles empty string.

@nmorse nmorse closed this as completed Oct 10, 2018
@nmorse nmorse moved this from To do to In progress in Pounce JS IDE Oct 29, 2018
@nmorse
Copy link
Owner Author

nmorse commented Oct 29, 2018

some passing tests
'' "" str-first rolldown str-first rolldown ==
'[' "[" str-first rolldown str-first rolldown ==
'' `` str-first rolldown str-first rolldown ==
'{' { str-first rolldown str-first rolldown ==

@nmorse nmorse moved this from In progress to Done in Pounce JS IDE Oct 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Javascript
Projects
Pounce JS IDE
  
Done
Development

No branches or pull requests

1 participant