Skip to content

Releases: ShivamSarodia/ShivyC

ShivyC 0.5.0

19 Apr 05:52
Compare
Choose a tag to compare

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

30 Mar 20:36
156a71b
Compare
Choose a tag to compare

Implemented compound types (arrays and structs) and relational comparison operators, along with some bugfixes and general improvements.

ShivyC 0.3.2

12 Sep 04:43
Compare
Choose a tag to compare

Fix README formatting.

ShivyC 0.3.0

12 Sep 04:41
Compare
Choose a tag to compare

Add new operators.

ShivyC 0.2.0

01 May 06:24
Compare
Choose a tag to compare
  • Implemented proper uploading to PyPi.

ShivyC 0.1.0

01 May 05:24
Compare
Choose a tag to compare

Initial release of ShivyC as a Python 3 package.