Skip to content

unexpected token problem #258

Answered by alecthomas
mr-linch asked this question in Q&A
Discussion options

You must be logged in to vote

The problem is that [ and $ are separate tokens but when you have '[$' you're asking the parser to match a single token with those two characters. You need to change it to '[' '$'.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mr-linch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants