Metadata-Version: 1.1
Name: jass_interpreter
Version: 0.0.3
Summary: 
        A simple and very-much half baked cross compiler from jass2 to python3.4
    
Home-page: http://example.com
Author: Joonas Liik
Author-email: liik.joonas@gmail.com
License: UNKNOWN
Description: 
                Jass Interpreter
                ================
        
                .. is a script that parses a script in JASS2 format (think warcraft 3 scripting) and translates it to python3.4 code
        
                now with a stub implementation of the standard library (3 functions or so..)
                not very useful yet, but can at least poke at it :)
        
        
            
Keywords: jass jass2 vjass compiler interpreter war3 warcraft Waffle
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
