libqbe/README

15 lines
394 B
Text
Raw Normal View History

2016-03-28 12:53:53 -04:00
QBE - Backend Compiler http://c9x.me/compile/
doc/ Documentation.
minic/ An example C frontend for QBE.
2016-04-01 16:53:45 -04:00
tools/ Miscellaneous tools (testing).
2016-03-28 12:53:53 -04:00
test/ Unit tests.
The LICENSE file applies to all files distributed.
2016-04-19 21:34:52 -04:00
- 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'.