Skip to content

Instantly share code, notes, and snippets.

@Synthetica9
Created April 3, 2015 05:33
Show Gist options
  • Save Synthetica9/ca7cc414f1f1a5e92ddd to your computer and use it in GitHub Desktop.
Save Synthetica9/ca7cc414f1f1a5e92ddd to your computer and use it in GitHub Desktop.
Dependency of the old version
__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