Skip to content

Qc2rust branch with tiny changes

Martin Taibr requested to merge martin-t/qc2rust into master

I mentioned one of the commits in this branch in my thesis, might be nice to preserve it.

The var_ rename is because normally var is a keyword but GMQCC seems to allow it as ident in some places. Qc2rust does not for simplicity.

The #if 0 is replaced with a comment so that qc2rust's fake preprocessor doesn't have to handle $ tokens.

The upstream files technically threaten with CRC checks but it doesn't seem to be actually enforced. Neither change affects xonotic, just made writing qc2rust easier.

Merge request reports