TAGBODY uses TagNLX object instead of plain object
[jscl.git] / src / prelude.js
index d9df2da..1c0bf5b 100644 (file)
@@ -165,3 +165,8 @@ function CatchNLX (id, values){
   this.id = id;
   this.values = values;
 }
+
+function TagNLX (id, label){
+  this.id = id;
+  this.label = label;
+}