view 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
line wrap: on
line source

package luan.impl;

import luan.LuanException;


public interface Expr extends Expressions {}