Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/martin-bucinskas/lumi-lang

Lumi General Programming Language
https://github.com/martin-bucinskas/lumi-lang

Last synced: 16 days ago
JSON representation

Lumi General Programming Language

Awesome Lists containing this project

README

        

# Lumi General Programming Language VM

A general programming language running in its own VM.

## TODO:
Compiler - https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html
FFI - https://doc.rust-lang.org/nomicon/ffi.html#creating-a-safe-interface

## Inspiration
https://gitlab.com/subnetzero/iridium/-/blob/master/src/repl/mod.rs?ref_type=heads
https://blog.subnetzero.io/post/building-language-vm-part-16/