Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/termoshtt/kaleidoscope
LLVM kaleidscope example in Rust
https://github.com/termoshtt/kaleidoscope
kaleidoscope llvm rust
Last synced: 28 days ago
JSON representation
LLVM kaleidscope example in Rust
- Host: GitHub
- URL: https://github.com/termoshtt/kaleidoscope
- Owner: termoshtt
- License: mit
- Created: 2018-04-18T17:08:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T03:39:49.000Z (almost 7 years ago)
- Last Synced: 2024-11-10T12:48:24.394Z (3 months ago)
- Topics: kaleidoscope, llvm, rust
- Language: Rust
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kaleidoscope
[![CircleCI](https://circleci.com/gh/termoshtt/kaleidoscope.svg?style=shield)](https://circleci.com/gh/termoshtt/kaleidoscope)
LLVM kaleidscope example in Rust
Progress
---------- [x] 1. Tutorial Introduction and the Lexer
- [x] 2. Implementing a Parser and AST
- [x] 3. Code generation to LLVM IR
- [ ] 4. Adding JIT and Optimizer Support
- [ ] 5. Extending the Language: Control Flow
- [ ] 6. Extending the Language: User-defined Operators
- [ ] 7. Extending the Language: Mutable Variables
- [ ] 8. Compiling to Object Code
- [ ] 9. Adding Debug Information