Created
April 3, 2015 05:33
-
-
Save Synthetica9/ca7cc414f1f1a5e92ddd to your computer and use it in GitHub Desktop.
Dependency of the old version
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
__author__ = 'Synthetica' | |
#Types | |
#TODO: sparse support | |
BOOL = 1 | |
STRING = 2 | |
INT = 4 | |
FLOAT = 8 | |
COMPLEX = 16 | |
BOXED = 32 | |
EXTENDED = 64 | |
UNICODE = 131072 | |
#Modes | |
J = 0 | |
PYTHON = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment