summaryrefslogtreecommitdiff
path: root/winot/winot-core/src/main/java/module-info.java
blob: c0addf7978456b2f035bddfa9eee8d21b5d2c268 (plain)
1
2
3
4
5
6
7
8
9
10
/**
 * Core module for the Winot language
 * @author bjcul
 *
 */
module com.ashardalon.winot.core {
	requires bjc.utils;
	requires esodata;
	requires jpratt;
}