Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexpl292/kaleidoscope-kotlin-llvm
An implementation of the Kaleidoscope language using LLVM and Kotlin/Native
https://github.com/alexpl292/kaleidoscope-kotlin-llvm
kotlin-native llvm
Last synced: about 2 months ago
JSON representation
An implementation of the Kaleidoscope language using LLVM and Kotlin/Native
- Host: GitHub
- URL: https://github.com/alexpl292/kaleidoscope-kotlin-llvm
- Owner: AlexPl292
- License: mit
- Created: 2019-07-06T14:24:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-01T14:59:09.000Z (over 4 years ago)
- Last Synced: 2024-10-29T04:41:00.050Z (3 months ago)
- Topics: kotlin-native, llvm
- Language: Kotlin
- Homepage:
- Size: 71.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# An implementation of the Kaleidoscope language using Kotlin/Native
To build the examples:
1) Install or download LLVM on your computer
2) Update `llvm.def` for your system and LLVM location
3) Run `./gradlew clean build`
4) Find required executable in `build/bin/kaleidoscope`This implementation uses c interface of LLVM.
Kotlin/Native: https://kotlinlang.org/docs/reference/native-overview.html
LLVM: https://llvm.org/
Kaleidoscope: https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/index.html