https://github.com/ibara/qbe
Mirror of https://c9x.me/git/qbe.git
https://github.com/ibara/qbe
Last synced: 7 months ago
JSON representation
Mirror of https://c9x.me/git/qbe.git
- Host: GitHub
- URL: https://github.com/ibara/qbe
- Owner: ibara
- License: mit
- Created: 2022-04-13T02:16:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-16T13:14:23.000Z (over 3 years ago)
- Last Synced: 2025-06-22T19:07:28.422Z (7 months ago)
- Language: C
- Size: 1.16 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
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.