summaryrefslogtreecommitdiff
path: root/dice-lang/src/bjc/dicelang/CompilerTweaker.java
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2017-10-09 16:02:10 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2017-10-09 16:02:10 -0300
commitf028ea6dc555fc5192a96b00b8e96e90dbf6de55 (patch)
tree4b2a28ecbeb30095b50e6e9e8ac8b98fa8ddc79e /dice-lang/src/bjc/dicelang/CompilerTweaker.java
parentbe4675f9512060aa85b1e0a4f223208b51b55812 (diff)
TODO tagging
Diffstat (limited to 'dice-lang/src/bjc/dicelang/CompilerTweaker.java')
-rw-r--r--dice-lang/src/bjc/dicelang/CompilerTweaker.java8
1 files changed, 5 insertions, 3 deletions
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;