module io.gitlab.jfronny.commons.muscript { requires io.gitlab.jfronny.commons; requires static org.jetbrains.annotations; exports io.gitlab.jfronny.muscript; exports io.gitlab.jfronny.muscript.compiler; exports io.gitlab.jfronny.muscript.ast; // General purpose expressions (needed to properly interact with parsed) exports io.gitlab.jfronny.muscript.debug; exports io.gitlab.jfronny.muscript.error; exports io.gitlab.jfronny.muscript.data; exports io.gitlab.jfronny.muscript.data.dynamic; exports io.gitlab.jfronny.muscript.data.dynamic.additional; }