diff options
| author | student <student@localhost> | 2018-03-05 16:48:38 -0500 |
|---|---|---|
| committer | student <student@localhost> | 2018-03-05 16:48:38 -0500 |
| commit | 806cba069576e48477d4660a019a49c405cb0195 (patch) | |
| tree | c1e718b18e660c02a12b5a466a222daf8a435bf4 /base/src/bjc/dicelang/expr/ExprREPL.java | |
| parent | f9d9bd4bbf7dd6a297e1daf5ee7b4263d706d9cd (diff) | |
Update
Diffstat (limited to 'base/src/bjc/dicelang/expr/ExprREPL.java')
| -rw-r--r-- | base/src/bjc/dicelang/expr/ExprREPL.java | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/base/src/bjc/dicelang/expr/ExprREPL.java b/base/src/bjc/dicelang/expr/ExprREPL.java index d763d67..6cc06e2 100644 --- a/base/src/bjc/dicelang/expr/ExprREPL.java +++ b/base/src/bjc/dicelang/expr/ExprREPL.java @@ -6,13 +6,12 @@ import bjc.utils.data.ITree; import bjc.utils.funcdata.IList; import bjc.utils.parserutils.TreeConstructor; +/** + * REPL for expressions. + * @author student + * + */ public class ExprREPL { - - /* - * @TODO 10/08/17 Ben Culkin :MainSeperation - * - * This main method should be moved to its own class. - */ /** * Main method. * |
