Project

General

Profile

Revision 12

Added by over 7 years ago

latest version of the ooas compiler, with grammar version 1.10

View differences:

IAstVisitor.java
79 79
import org.momut.ooas.ast.types.IntType;
80 80
import org.momut.ooas.ast.types.ListType;
81 81
import org.momut.ooas.ast.types.MapType;
82
import org.momut.ooas.ast.types.MetaType;
82 83
import org.momut.ooas.ast.types.NullType;
83 84
import org.momut.ooas.ast.types.OoActionSystemType;
84 85
import org.momut.ooas.ast.types.OpaqueType;
......
154 155
	void visit(OpaqueType opaqueType);
155 156
	void visit(AnyType anyType);
156 157
	void visit(NullType nullType);
158
	void visit(MetaType metaType);
157 159

  
158 160
	void visit(BreakStatement breakStatement);
159 161
}

Also available in: Unified diff