https://github.com/michaelforney/qbe
Personal branch of git://c9x.me/qbe.git
https://github.com/michaelforney/qbe
Last synced: 11 months ago
JSON representation
Personal branch of git://c9x.me/qbe.git
- Host: GitHub
- URL: https://github.com/michaelforney/qbe
- Owner: michaelforney
- License: mit
- Created: 2019-02-01T02:09:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-29T20:31:10.000Z (over 4 years ago)
- Last Synced: 2025-04-13T13:12:16.555Z (over 1 year ago)
- Language: C
- Size: 1.35 MB
- Stars: 37
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
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/ 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'.