Releases: quill-project/cli
Quill CLI v0.2.1
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
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
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
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
This first version of the Quill CLI includes:
- Project creation
- Dependency management
- Compilation with
"c"and"js"backends