Posts by Gabriel Rausch • 33 points
1 post
-
3
votes1
answer240
viewsQ: How is a scope block identified in a language like Python?
How a language identifies a block where it does not use keys to open and close? function exemplo(){ // ... } I believe that in the example above the parser create a scope block from the keys, but in…