Last active
December 21, 2015 21:25
-
-
Save ImmutableOctet/5311d90fe8360a77cbd5 to your computer and use it in GitHub Desktop.
Monkey WebCC: Import patch example ('trans')
This file contains 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
' Module trans.trans | |
' | |
' Placed into the public domain 24/02/2011. | |
' No warranty implied; use at your own risk. | |
Import astranslator | |
Import cpptranslator | |
Import cstranslator | |
Import decl | |
Import expr | |
Import javatranslator | |
Import jstranslator | |
Import parser | |
Import config | |
Import stmt | |
Import regal.virtualos.os | |
Import toker | |
Import translator | |
Import type | |
Import preprocessor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment