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

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