GalaxyParser 0.2.0

Details

  • Filename
    GalaxyParser0.2.0.zip
  • Uploaded by
  • Uploaded
    Mar 24, 2011
  • Size
    2.04 MB
  • Downloads
    57
  • MD5
    bf6a8016fc703720b4f57f7003ed783b

Changelog

v0.2.0
- full type checking added
- debug stuff is now shown with "DEBUG:" prefix
- Parser now works slightly different: before it was like: lexer -> Parser -> Type checking
Now it's more like a real compiler: Lexer -> Parser -> AST -> TreeParser -> Type Checking
- the contained native galaxy files are slightly different then the original (only so that the parser has less to do, I've written a
small programm which cleans the lib_ntv file and the AI file... to get rid of function bodies and marking them as natives