Releases: ShivamSarodia/ShivyC
Releases · ShivamSarodia/ShivyC
ShivyC 0.5.0
Implemented several major new features, including:
- Function definition
- Typedef
- Cast operator
- Storage class specifiers
- Constant folding
Key features still missing are:
- Sizeof
- Initializers of aggregate types
- Better preprocessor support
ShivyC 0.4.2
Implemented compound types (arrays and structs) and relational comparison operators, along with some bugfixes and general improvements.
ShivyC 0.3.2
Fix README formatting.
ShivyC 0.3.0
Add new operators.
ShivyC 0.2.0
- Implemented proper uploading to PyPi.
ShivyC 0.1.0
Initial release of ShivyC as a Python 3 package.