UniverseCompiler0.0.5

Details

  • Filename
    UniverseCompiler0.0.5.zip
  • Uploaded by
  • Uploaded
    May 10, 2010
  • Size
    1,021.90 KB
  • Downloads
    144
  • MD5
    cee93af409266ad82647cae559edce63

Changelog

Features:

    * Function pointers. Functions are considered first order objects in Universe. Functions may be returned by functions, given as parameters and can be contained in a variable.

    * Multi-pass. Universe is compiled multi-pass. Functions may refer to functions defined earlier in the code. Function prototypes need never to be defined.

    * Syntax & Type Checking. Various type errors are reported. This includes calling non-existing functions; defining duplicate functions; calling a function with bad arguments; returning with in incorrecy type; not specifying a constant initializer.

    * No Dynamic allocation. Turned off for the moment.

I need user feedback.