shirou / antlr-grammars-v4-go

ANTLR grammers for golang
4 stars 0 forks source link

Question: In Python grammar where are the tokens INDENT & DEDENT coming from? #1

Open Soumyadeep21 opened 1 year ago

Soumyadeep21 commented 1 year ago

In Python3.g4 there is tokens { INDENT, DEDENT } I want to know from where is this coming?

shirou commented 1 year ago

Sorry, the code was written in 6 years ago and I can not remember.