Skip to content

Releases: vishapoberon/compiler

v2.1.2

22 Jun 10:34
@kfv kfv
v2.1.2
Compare
Choose a tag to compare

2.1.2

  • Add Reset() function to VT100 module.

v2.1.1

07 Apr 23:12
@kfv kfv
v2.1.1
Compare
Choose a tag to compare

2.1.1

v2.1.0

07 Apr 23:10
@kfv kfv
v2.1.0
Compare
Choose a tag to compare

2.1.0

Highlights

  • A multi-module program no longer needs to be compiled with a single compiler command.
  • make full no longer requires superuser privilege. Rather than installing into e.g. /opt/voc, it creates an installation directory tree under the enlistment.
  • The compiler finds standard libraries relative to where the compiler binary loads from.

For further details, please refer to History.md.

v2.0.0

07 Apr 23:03
@kfv kfv
v2.0.0
Compare
Choose a tag to compare

2.0.0

Besides several small features and corrections, voc now provides a selectable elementary type model. It adds support for SYSTEM.INT8 through SYSTEM.INT64 and SYSTEM.ADDRESS.

-O2 and -OC select between:

  • -O2 type sizes (bits): SHORTINT 8, INTEGER 16, LONGINT32, HUGEINT64.
  • -OC type sizes (bits): BYTE 8, SHORTINT 16, INTEGER 32, LONGINT 64.

v1.1.0

07 Apr 22:55
@kfv kfv
v1.1.0
Compare
Choose a tag to compare

1.1.0