Skip to content

Instantly share code, notes, and snippets.

@thomaslee
Created May 16, 2014 04:34
Show Gist options
  • Save thomaslee/1977915e741afbd3f841 to your computer and use it in GitHub Desktop.
Save thomaslee/1977915e741afbd3f841 to your computer and use it in GitHub Desktop.
tom@desktop:~/Source/rust-grammar @master$ echo '"foo\\
bar"' | ./lexer
LIT_STR("foo\\
bar")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment