summaryrefslogtreecommitdiff
path: root/winot/winot-core/src/main/java/module-info.java
blob: 96194a71516577e5cc6ddd422b08674337a0f3c7 (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 jpratt;
	requires esodata;
}