Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/martin-bucinskas/lumi-lang
- Owner: martin-bucinskas
- License: mit
- Created: 2023-12-14T18:44:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-12T00:33:59.000Z (12 months ago)
- Last Synced: 2024-12-06T20:57:46.418Z (27 days ago)
- Language: Rust
- Size: 194 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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/