projects: update some short descriptions
[nit.git] / lib / nitcc_runtime.nit
index 923ef18..b413c7e 100644 (file)
@@ -494,7 +494,7 @@ class Nodes[T: Node]
 end
 
 # A production with a specific, named and statically typed children
-class NProd
+abstract class NProd
        super Node
        redef var children: SequenceRead[nullable Node] = new NProdChildren(self)