Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tamaroning/toy-lang
- Owner: tamaroning
- Created: 2022-08-01T04:05:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-03T08:48:02.000Z (over 2 years ago)
- Last Synced: 2024-04-18T02:13:01.081Z (9 months ago)
- Language: C++
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# toy lang
# Prerequisites
- LLVM 12 and MLIR# Build
```
cmake --build .
```# Examples
```
./toyc examples/1.toy -emit=ast
```