A parser for the QBE intermediate language in Rust
git clone https://git.8pit.net/qbe-reader.git
https://git.8pit.net/qbe-reader.git
1#!/bin/sh 2exec rustfmt \ 3 --files-with-diff \ 4 --check src/*.rs
1#!/bin/sh
2exec rustfmt \
3 --files-with-diff \
4 --check src/*.rs