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).
Edited by Timothée Strouk
Mise à jour de gitlab ce lundi 06-13-2025 à 22:00
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).