Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tamaroning/toy-lang

Learning LLVM MLIR
https://github.com/tamaroning/toy-lang

Last synced: 19 days ago
JSON representation

Learning LLVM MLIR

Awesome Lists containing this project

README

        

# toy lang

# Prerequisites
- LLVM 12 and MLIR

# Build
```
cmake --build .
```

# Examples
```
./toyc examples/1.toy -emit=ast
```