Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 379 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 379 Bytes

qbe-sml

This is a QBE IL library for Standard ML. It can parse and print QBE IL, the intermediate language of the QBE compiler backend.

See the examples directory for a usage example.

To build and run the example with MLton:

make
cd examples && ./hello

To run it with SML/NJ:

cd examples && sml -m hello.cm