tests: tests.sh detects directories before trying to execute them
[nit.git] / src / literal.nit
index 5af1808..bc361ab 100644 (file)
@@ -20,6 +20,7 @@ module literal
 import phase
 
 redef class ToolContext
+       # Parses literal values in the whole AST and produces errors if needed
        var literal_phase: Phase = new LiteralPhase(self, null)
 end