michg / qbe_riscv32_64

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

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.

About

License:MIT License


Languages

Language:C 87.3%Language:Yacc 4.6%Language:OCaml 4.0%Language:Python 1.8%Language:Shell 1.5%Language:Makefile 0.7%