view core/src/luan/impl/Code.java @ 337:0c0009eaa78e

README.md edited online with Bitbucket
author Hugo Teixeira <hugo.tech@gmail.com>
date Wed, 25 Mar 2015 04:29:21 +0000
parents 3dcb0f9bee82
children b48cfa14ba60
line wrap: on
line source

package luan.impl;

import luan.LuanSource;


interface Code {
	public LuanSource.Element se();
}