Skip to content

Is this an intended feature? #1086

Answered by tomtau
bramadityaw asked this question in Q&A
Discussion options

You must be logged in to vote

it's likely intended: https://pest.rs/book/grammars/syntax.html#implicit-whitespace
if you change to nama = @{ASCII_ALPHA ~ ASCII_ALPHANUMERIC*?}
it'll report this error:

 --> 1:5
  |
1 | a= 8n a=a()
  |     ^---
  |
  = expected EOI or dekl_istilah

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bramadityaw
Comment options

Answer selected by bramadityaw
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