This commit is contained in:
Marvin Schlegel 2024-06-13 09:29:17 +02:00
parent 7c52084bbe
commit f9062ff204

View File

@ -57,7 +57,7 @@ tokens :-
"super" { \_ -> SUPER}
"switch" { \_ -> SWITCH}
"synchronized" { \_ -> SYNCHRONIZED}
"this" { \_ -> THIS}
-- "this" { \_ -> THIS} recognize "this" as normal identifier
"throw" { \_ -> THROW}
"throws" { \_ -> THROWS}
"transient" { \_ -> TRANSIENT}