bradobro / qbe

An unmaintained mirror of git://c9x.me/qbe.git. (There is an older mirror at https://github.com/8l/qbe, but it doesn't seem to be current.) See https://c9x.me/compile/ for documentation.

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/  Architecture-specific code.

The LICENSE file applies to all files distributed.

- Compilation

Invoke GNU make in this directory to create the executable
file obj/qbe.  On some systems (BSD) you might have to use
'gmake' instead of 'make'.

About

An unmaintained mirror of git://c9x.me/qbe.git. (There is an older mirror at https://github.com/8l/qbe, but it doesn't seem to be current.) See https://c9x.me/compile/ for documentation.

License:MIT License


Languages

Language:C 85.4%Language:Yacc 5.8%Language:OCaml 5.0%Language:Shell 1.8%Language:Python 1.1%Language:Makefile 0.9%