Skip to content

Instantly share code, notes, and snippets.

@adilakhter
Created April 9, 2014 15:06
Embed
What would you like to do?
lazy val serviceURL: PackratParser[Expression] =
"""^.*.svc""".r ^^ {
case s => URL(s)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment