Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myuon/iolite
https://github.com/myuon/iolite
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/myuon/iolite
- Owner: myuon
- Created: 2024-04-04T15:22:36.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T12:34:05.000Z (about 2 months ago)
- Last Synced: 2024-09-16T07:16:53.955Z (about 2 months ago)
- Language: Rust
- Size: 903 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Iolite
Iolite is a lightweight programming language for creating simple CUI/GUI applications.
**Everything is in development.**
## Compiler Architecture
```
Iolite source code
↓
Lexer
↓
Parser
↓
Typechecker
↓
IR CodeGenerator + Optimizer
↓
VM CodeGenerator
↓
Linker
↓
Bytecode Emitter
↓
VM
```