Skip to content

MoshiKoi/HelloSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages