Skip to content

Releases: trolley813/pyf4helen

0.3.2 beta release

27 Mar 11:54
Compare
Choose a tag to compare
0.3.2 beta release Pre-release
Pre-release

Added support for functions with zero argument count (i.e. without arguments) and argument count checking.

0.3.2 development build

10 Mar 11:37
Compare
Choose a tag to compare
Pre-release

Added new size operator (returns the size of an array)

'Helen' final release

08 Mar 05:57
Compare
Choose a tag to compare

Finally, it is here...

Second 'Helen' pre-release

05 Mar 08:21
Compare
Choose a tag to compare
Pre-release
  • Improved code generation
  • 'Helen' 0.3.1 pre-release

    04 Mar 17:56
    Compare
    Choose a tag to compare
    Pre-release

    Improved C code generation, but some features remain for 0.4

    Third 'Helen' version (beta)

    02 Mar 09:55
    Compare
    Choose a tag to compare
    Pre-release

    Added template for C code generation (support is incomplete, will be available in v0.4).

    Third version (alpha)

    27 Feb 11:36
    Compare
    Choose a tag to compare
    Third version (alpha) Pre-release
    Pre-release

    This release currently includes char and string types, parsing to AST, and experimental array resizing function

    Second version

    04 Nov 14:50
    Compare
    Choose a tag to compare

    Main new features

    • Functions
    • Preprocessor (comments, @use directive)
    • Error codes
    • Switched to cx-freeze application freezer

    NOTE: There was also v0.1.1, but it wasn't released due to many bugs.

    First official release

    24 Oct 06:15
    Compare
    Choose a tag to compare

    v0.1.0 main features

    2 data types (int and real), arrays, conditionals, loops.