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

Adding Parser Option to Playground #7

Open
shadowtime2000 opened this issue Oct 16, 2020 · 2 comments
Open

Adding Parser Option to Playground #7

shadowtime2000 opened this issue Oct 16, 2020 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@shadowtime2000
Copy link
Contributor

It would be nice to add a parse option to the playground result so you can view the syntax tree.

@shadowtime2000 shadowtime2000 added enhancement New feature or request good first issue Good for newcomers labels Feb 25, 2021
@diegoacs0
Copy link
Contributor

Can you show me an example?

@shadowtime2000
Copy link
Contributor Author

@gitBaiano
I'm thinking like if you put in:

Hi, my name is <%= it.name %>

it will return:

['Hi, my name is', { t: 'i', val: 'it.name' }]

Would be kind of useful to those who want to play around with the parser for a plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants