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

encrywm.frontend.semantics.package.scala Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package encrywm.frontend

import encrywm.ast.Ast.Identifier

package object semantics {

  implicit def liftString(s: String): Identifier = Identifier(s)

  implicit def descentIdent(id: Identifier): String = id.name
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy