aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/zigcxx.js
Commit message (Collapse)AuthorAge
* Move zig compiler files to TS and fix zigc{xx} semver comparisons (#4091)gh-4351Rubén Rincón Blanco2022-09-25
|
* All semver comparisons now ensure it's safe to do so (#3562)Rubén Rincón Blanco2022-04-26
| | | | | | | | | | | | | | | | | | | * All semver comparisons now ensure it's safe to do so * Oops, use correct class * Remove leftover import * Leave the Zig fixes for another PR * Fix linter * Fix test issues * Make linter happy, yet again * What? * Address PR review
* Add Zig c++ (#2716)Rubén Rincón Blanco2021-06-16
As requested by #2707 It still has the same problems found in #2434, which that will get fixed in Zig 0.8.1