Explorar o código

fixed TMeta handling

ncannasse %!s(int64=8) %!d(string=hai) anos
pai
achega
1c97c46d05
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      hxsl/AgalOut.hx

+ 2 - 0
hxsl/AgalOut.hx

@@ -339,6 +339,8 @@ class AgalOut {
 			default:
 			}
 			throw "Conditional not supported " + econd.e+" " + econd.p;
+		case TMeta(_, _, e):
+			return expr(e);
 		default:
 			throw "Expression '" + Printer.toString(e)+"' not supported in AGAL "+e.p;
 		}