Open shadowtime2000 opened 4 years ago
Can you show me an example?
@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.
It would be nice to add a
parse
option to the playground result so you can view the syntax tree.