Fix typo in code to write tc-1
In code to write of tc-1 in the sublexer part. The line "\"" {grown_string emptied; start(STRING)}; <- this ';' should not be here. It should be between the {} after the start(STRING).
In code to write of tc-1 in the sublexer part. The line "\"" {grown_string emptied; start(STRING)}; <- this ';' should not be here. It should be between the {} after the start(STRING).