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

scala.scalanative.nir.parser.NirParser.scala Maven / Gradle / Ivy

The newest version!
package scala.scalanative
package nir
package parser

import fastparse.all._

object NirParser extends Base[Seq[nir.Defn]] {

  import Base.IgnoreWhitespace._

  override val parser: P[Seq[nir.Defn]] =
    Defn.parser.rep ~ End

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy