view core/src/luan/impl/ReturnException.java @ 193:66ed8886abc0

parsing change to allow indexing of literals without parens git-svn-id: https://luan-java.googlecode.com/svn/trunk@194 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Wed, 02 Jul 2014 03:27:35 +0000
parents 3dcb0f9bee82
children
line wrap: on
line source

package luan.impl;


final class ReturnException extends RuntimeException {}