Hi Tobias,

> May I ask why it calls for those quotes?

It's because the tokeniser doesn't know about the parser's context.

For example, when tokenising `{{some tiddler or other}}`, it doesn't know 
that the parser will be in parseTransclusion() and potentially able to 
treat everything up to `}}` as a string. It would instead tokenise this as 
["{{", "some", "tiddler", "or", "other", "}}"].

This could of course be solved, but it would make the tokeniser messier.

The [[…]] and {{…}} syntaxes inside railroad diagrams were afterthoughts, 
and like all the best afterthoughts, they didn't quite fit in with the 
design I'd already built :)

– æ

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to