view core/src/luan/impl/Expressions.java @ 413:8937263f59f6

add __pairs; add back HttpServicer.get_parameter_values;
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 29 Apr 2015 19:01:18 -0600
parents 3dcb0f9bee82
children e387e4021afe
line wrap: on
line source

package luan.impl;

import luan.LuanException;


interface Expressions extends Code {
	public Object eval(LuanStateImpl luan) throws LuanException;
}