Created
July 23, 2012 23:13
-
-
Save eholk/3166852 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Transitional reexports so qquote can find the paths it is looking for | |
| mod syntax { | |
| import ext; | |
| export ext; | |
| import parse; | |
| export parse; | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment