Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 370 Bytes

readme.md

File metadata and controls

9 lines (5 loc) · 370 Bytes

HelloSharp

Small hello world implementation using LLVMSharp

Usage

Running (via dotnet run) produces out.o, which is then linked with the standard library by invoking lld-link. The resulting executable can then be run.

You can also pass in jit to run a just-in time engine after compilation, e.g. dotnet run -- jit