Skip to content

Updating Readme to Reference PoC Calculon

Lyle Dean requested to merge lyledean2/llvm-sys.rs:update-readme-calculon into main

Firstly, I've added a link to an updated version of the minimal compiler for arm64 since the other was an output to WASM and needed some slight tweaks to get working.

Thought it would be useful to show how to combine LLVM with LALRPOP https://github.com/lalrpop/lalrpop (by all means probably not the best way - but its just a poc) https://github.com/lyledean1/calculon

This was for my own learning, but thought it might be useful to show a basic language architecture

Let me know if you'd like to add these to the readme. Great library!

Merge request reports