donaldnevermore / Kaleidoscope

a c# version of the kaleidoscope tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kaleidoscope

The Kaleidoscope tutorial implemented with C# and LLVMSharp.

The scanner and the parser implementations do not follow the official Kaleidoscope tutorial. For what concerns the IR emitter I tried to follow more closely the official Kaleidoscope tutorial (OCaml) and the examples available in LLVMSharp and in here.

The aim of the project was to try to use LLVMSharp and to have something running wih LLVM. The behavior of the demo is not the same as the official tutorial (which I did not run) nor as the C# examples in LLVMSharp, which I was not able to make it run correctly.

Feel free to drop me a line or to open an issue. Be kind it's a work in progress :)

About

a c# version of the kaleidoscope tutorial

License:MIT License


Languages

Language:C# 100.0%