Skip to content

Instantly share code, notes, and snippets.

@jagregory
Created October 21, 2008 23:58
Show Gist options
  • Select an option

  • Save jagregory/18493 to your computer and use it in GitHub Desktop.

Select an option

Save jagregory/18493 to your computer and use it in GitHub Desktop.
Filename = LetterOrDigit+:name '.' LetterOrDigit+:ext -> { name.As<string>() + "." + ext.As<string>() }
| LetterOrDigit+:name -> { name.As<string>() },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment