comparison core/src/luan/impl/BreakException.java @ 652:067d9470184d

compile SetStmt and ForStmt
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 04 Apr 2016 23:26:06 -0600
parents 3dcb0f9bee82
children
comparison
equal deleted inserted replaced
651:140cc5191b7a 652:067d9470184d
1 package luan.impl; 1 package luan.impl;
2 2
3 3
4 final class BreakException extends RuntimeException {} 4 public final class BreakException extends RuntimeException {}