summaryrefslogtreecommitdiff
path: root/dice-lang/src/bjc/dicelang/CompilerTweaker.java
blob: ffbfb7e1cadc0fceac2c26a6fb8922c2e373937d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package bjc.dicelang;

/**
 * Contains methods for customizing the DiceLang and SCL compilers.
 * 
 * @author Ben Culkin
 */
public class CompilerTweaker {
	/*
	 * @TODO add things
	 */
}