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 FISHI frontend required space in %%actions #148

Open
dekarrin opened this issue Jun 9, 2023 · 0 comments
Open

Fix FISHI frontend required space in %%actions #148

dekarrin opened this issue Jun 9, 2023 · 0 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request
Milestone

Comments

@dekarrin
Copy link
Owner

dekarrin commented Jun 9, 2023

The FISHI frontend requires spaces in two places that is annoying to deal with:

  • Between a terminal symbol and the ":" separating a production from an action (bug)
  • Between a hook function's opening "(" and an attr ref that is a terminal symbol (known, called out in docs)

Fix the frontend perhaps by a more clever lexer combined with SDTS fixes such that the above no longer requires that you have spaces in it.

@dekarrin dekarrin added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request labels Jun 9, 2023
@dekarrin dekarrin added this to the v1.1.0 milestone Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant