From f028ea6dc555fc5192a96b00b8e96e90dbf6de55 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Mon, 9 Oct 2017 16:02:10 -0300 Subject: TODO tagging --- dice-lang/src/bjc/dicelang/CompilerTweaker.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'dice-lang/src/bjc/dicelang/CompilerTweaker.java') diff --git a/dice-lang/src/bjc/dicelang/CompilerTweaker.java b/dice-lang/src/bjc/dicelang/CompilerTweaker.java index bb5cbde..1154be4 100644 --- a/dice-lang/src/bjc/dicelang/CompilerTweaker.java +++ b/dice-lang/src/bjc/dicelang/CompilerTweaker.java @@ -2,15 +2,17 @@ package bjc.dicelang; import bjc.utils.parserutils.splitter.ConfigurableTokenSplitter; +/* + * @TODO 10/09/17 Ben Culkin :CompilerTweaking + * Expand this to allow tweaking more things about the compiler. + */ /** * Contains methods for customizing the DiceLang and SCL compilers. * * @author Ben Culkin */ public class CompilerTweaker { - /* - * Bits of the compiler necessary - */ + /* Bits of the compiler necessary */ private final DiceLangEngine eng; private final ConfigurableTokenSplitter opExpander; -- cgit v1.2.3