-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Variable declaration and initialization in cqasm v3 parser - New types in v3: bool, int, float, axis - Arrays in v3 - v3x::AnalyzeTreeGenAstVisitor is an instance of tree-gen generated visitor base class - msvc-runtime pip dependency on Windows
- Loading branch information
pablolh
committed
Jan 18, 2024
1 parent
52d5a95
commit 8c93a5f
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#pragma once | ||
|
||
#define LIBQASM_VERSION "0.5.1" | ||
#define LIBQASM_VERSION "0.5.2" | ||
#define LIBQASM_RELEASE_YEAR "2024" |