lucaregini / qbe

QBE unofficial fork , ported to Visual Studio 2022

Home Page:https://c9x.me/compile/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QBE - Backend Compiler              http://c9x.me/compile/

doc/    Documentation.
minic/  An example C frontend for QBE.
tools/  Miscellaneous tools (testing).
test/   Tests.
amd64/
arm64/
rv64/   Architecture-specific code.

The LICENSE file applies to all files distributed.

- Compilation and Installation

Linux:
Invoke make in this directory to create the executable
file qbe.  Install using 'make install', the standard
DESTDIR and PREFIX environment variables are supported.
Alternatively, you may simply copy the qbe binary manually.

Windows: launch the solution qbe.sln located in the windows folder. 

About

QBE unofficial fork , ported to Visual Studio 2022

https://c9x.me/compile/

License:MIT License