annotate core/src/luan/impl/ExprImpl.java @ 646:cdc70de628b5

simplify LuanException
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 29 Mar 2016 19:58:39 -0600
parents 859c0dedc8b6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
594
e91e476186c7 theme indentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
1 package luan.impl;
e91e476186c7 theme indentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
2
e91e476186c7 theme indentation
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
3
645
859c0dedc8b6 remove LuanSource
Franklin Schmidt <fschmidt@gmail.com>
parents: 594
diff changeset
4 abstract class ExprImpl extends CodeImpl implements Expr {}