QuTech-Delft / libqasm

libQASM: Library to parse cQASM files
https://arxiv.org/abs/1805.09607
Other
15 stars 16 forks source link

Remove v1x support #207

Closed rturrado closed 3 months ago

rturrado commented 3 months ago

libqasm only supports at the moment version 3.0.

Remove v10 and v1x directories (from include, src, test, res, and python). Remove compat build flag as well, as it was only used for v1x. Remove version parser. Remove flex/bison dependencies, as they were only used by the version parser (tree-gen handles those dependencies by itself). Remove conda folder. Empty doc folder.