Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/myuon/iolite


https://github.com/myuon/iolite

Last synced: 23 days ago
JSON representation

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
```