Skip to content

Releases: covscript/covscript

Covariant Script 3.4.3 Patch 2

08 Jan 15:23
Compare
Choose a tag to compare

Covariant Script Interpreter: 3.4.3 Castor fiber(210508)

Extended Covariant Script (CovScript 4) is now shipped with the runtime, providing more convenient and modern language features.
Please read the README to learn more about Covariant Script.

Citation Info

DOI

What's New

  • Fix macOS for Apple Silicon support

Covariant Script 3.4.3 Patch 1

15 Oct 08:10
Compare
Choose a tag to compare

Covariant Script Interpreter: 3.4.3 Castor fiber(210508)

Extended Covariant Script (CovScript 4) is now shipped with the runtime, providing more convenient and modern language features.
Please read the README to learn more about Covariant Script.

Citation Info

DOI

What's New

  • Update dependencies

Covariant Script 3.4.3

02 Sep 03:11
Compare
Choose a tag to compare

Covariant Script Interpreter: 3.4.3 Castor fiber(210508)

Extended Covariant Script (CovScript 4) is now shipped with the runtime, providing more convenient and modern language features.
Please read the README to learn more about Covariant Script.

What's New

  • Separate dependencies of project into standalone repository
  • Improve coroutine semantics and functions
  • Support latest language standard 210508
  • Bugfix and stability enhancement

Covariant Script 3.4.2 Patch 3

27 Jul 10:02
Compare
Choose a tag to compare

Covariant Script Interpreter: 3.4.2 Castor fiber(210506)

Extended Covariant Script (CovScript 4) is now shipped with the runtime, providing more convenient and modern language features.
Please read the README to learn more about Covariant Script.

What's New

  • Update phmap to 1.3.11
  • Fix unexpected assertion in unix fiber creation
  • Fix returning value of context.resume

Covariant Script 3.4.2 Patch 2

08 May 05:41
Compare
Choose a tag to compare

Covariant Script Interpreter: 3.4.2 Castor fiber(210506)

Extended Covariant Script (CovScript 4) is now shipped with the runtime, providing more convenient and modern language features.
Please read the README to learn more about Covariant Script.

What's New

  • Improve REPL APIs of SDK

Covariant Script 3.4.2 Patch 1

21 Apr 06:28
Compare
Choose a tag to compare

Covariant Script Interpreter: 3.4.2 Castor fiber(210506)

Extended Covariant Script (CovScript 4) is now shipped with the runtime, providing more convenient and modern language features.
Please read the README to learn more about Covariant Script.

What's New

  • Change ABI compatible behavior

Covariant Script 3.4.2

13 Apr 11:45
Compare
Choose a tag to compare

Covariant Script Interpreter: 3.4.2 Castor fiber(210506)

Extended Covariant Script (CovScript 4) is now shipped with the runtime, providing more convenient and modern language features.
Please read the README to learn more about Covariant Script.

What's New

  • Language level stackful asymmetric coroutine
  • Compiling universal binaries in Apple macOS
  • Support latest language standard 210506
  • Support cSYM debugging symbols
  • Support read directly from stdin
  • Bugfix and stability enhancement

Covariant Script 3.4.1

20 Mar 03:22
Compare
Choose a tag to compare

Covariant Script Interpreter: 3.4.1 Castor fiber(210505)

Extended Covariant Script (CovScript 4) is now shipped with the runtime, providing more convenient and modern language features.
Please read the README to learn more about Covariant Script.

What's New

  • Numeric semantics, support auto conversions between integer and floating point
  • Support latest language standard STD210505
  • Performance and stability enhancement

Covariant Script 3.3.5

22 Aug 10:30
Compare
Choose a tag to compare

Covariant Script Interpreter: 3.3.5 Manis pentadactyla(210503)

This version will be the last functional update for Covariant Script 3. We will provide basic support until 2023.
Please read the README to learn more about Covariant Script.

What's New

  • Support latest language standard STD210503
  • Support resizable runtime stack
  • Improve error reporting
  • Fix to_string method support for structures
  • Improve stability

Covariant Script 3.3.4 Patch 1

20 Dec 11:14
8a32cd3
Compare
Choose a tag to compare

Covariant Script Interpreter: 3.3.4 Manis pentadactyla(201201)

As our focus will gradually shift to the development of new versions, Covariant Script 3 will stop functional updates in June 2021 and cut off support completely in 2023.
Please read the README to learn more about Covariant Script.

What's New

  • Date time APIs now included in Standard Library
  • Rearrange some codes