Releases: trolley813/pyf4helen
Releases · trolley813/pyf4helen
0.3.2 beta release
Added support for functions with zero argument count (i.e. without arguments) and argument count checking.
0.3.2 development build
Added new size
operator (returns the size of an array)
'Helen' final release
Finally, it is here...
Second 'Helen' pre-release
'Helen' 0.3.1 pre-release
Improved C code generation, but some features remain for 0.4
Third 'Helen' version (beta)
Added template for C code generation (support is incomplete, will be available in v0.4).
Third version (alpha)
This release currently includes char and string types, parsing to AST, and experimental array resizing function
Second version
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
v0.1.0 main features
2 data types (int and real), arrays, conditionals, loops.