Skip to content

Releases: quill-project/cli

Quill CLI v0.2.1

25 Jul 07:04

Choose a tag to compare

This release fixes an issue from 0.2.0 where packages with backends js and any cannot have a plugin or dynamic library with backend c as a dependency, even though they are compiled separately.

Quill CLI v0.2.0

24 Jul 14:36

Choose a tag to compare

This release of the CLI includes the new dyn_library and plugin functionality. This includes compiling to dynamically linked libraries with the C backend and loading plugin binaries and translating them to the respective compiler structures.

Quill CLI v0.1.2

06 Jul 22:43

Choose a tag to compare

This version of the CLI introduces quill-project/compiler@7214dd1, which allows for parentheses to be nested in external function pragmas, notably the #fun(...) pragma.

Quill CLI v0.1.1

05 Jul 08:17

Choose a tag to compare

This version of the CLI removes usage of the QUILL_C_NO_LTO environment variable and does not pass flags for link time optimization to the C compiler on its own. This is with the goal of making the CLI easier to use.

Quill CLI v0.1.0

04 Jul 14:51

Choose a tag to compare

This first version of the Quill CLI includes:

  • Project creation
  • Dependency management
  • Compilation with "c" and "js" backends