comparison core/src/luan/impl/Expr.java @ 649:37f0cf43f191

UnaryExpr now compiled
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 30 Mar 2016 22:42:27 -0600
parents 3dcb0f9bee82
children
comparison
equal deleted inserted replaced
648:e387e4021afe 649:37f0cf43f191
1 package luan.impl; 1 package luan.impl;
2 2
3 import luan.LuanException; 3 import luan.LuanException;
4 4
5 5
6 interface Expr extends Expressions {} 6 public interface Expr extends Expressions {}