1 { 2 { 3 } 4 /* { inside a comment */ 5 } 6 { 7 [ 8 ( 9 ] 10 "}" "\"}\"" 11 12 /* Text ends on line 13 */ 9: Incomplete (... 13: Incomplete {... Identifier Table 1 /* 2 /* Comment inside a comment 3 */ 4 Unmatched end of comment */ 5 /* Unmatched start of comment 6 7 8 Text ends on line 9 2: Nested /* ... 4: Missing /* ... 9: Incomplete /* ... Identifier Table Unmatched: 4 comment: 4 end: 4 of: 4 1 ident2 2 ident1 3 ident2 4 /* Text inside a comment */ 5 ident1 "Text inside a string" 6 ident3 7 12.45e6 8 if then else 9 " a string with \"quotes\" inside it" 10 'x' 11 12 /* Text ends on line 13 */ Identifier Table ident1: 2 5 ident2: 1 3 ident3: 6 then: 8