grammar: distinguish `nd` for doc and `no` for optional eol
[nit.git] / src / parser / parser_nodes.nit
index a9613f6..8c7b941 100644 (file)
@@ -895,6 +895,11 @@ class TAt
        super Token
 end
 
+# The symbol `;`
+class TSemi
+       super Token
+end
+
 # A class (or formal type) identifier. They start with an uppercase.
 class TClassid
        super Token