All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.aiddl.common.scala.Common.scala Maven / Gradle / Ivy

package org.aiddl.common.scala

import org.aiddl.core.scala.parser.Parser
import org.aiddl.core.scala.representation.Sym

object Common {
    val NIL = Sym("NIL")

    def addClassLoader(parser: Parser): Unit =
        parser.addClassLoader(Common.getClass.getClassLoader)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy