An open API service indexing awesome lists of open source software.

https://github.com/hatoo/calc

https://github.com/PacktPublishing/Learn-LLVM-12/tree/master/Chapter03/calc in Rust
https://github.com/hatoo/calc

Last synced: about 1 month ago
JSON representation

https://github.com/PacktPublishing/Learn-LLVM-12/tree/master/Chapter03/calc in Rust

Awesome Lists containing this project

README

        

# calc example from `Learn LLVM 12` in rust

```
cargo run -- samples/with.calc | llc -filetype=obj -o expr.obj
clang expr.obj rtcalc.c -o expr
./expr
```