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

https://github.com/nn0x/maiora

Custom programming language compiled to LLVM IR designed to be memory safe, somewhat C-like but based around functions and instances thereof
https://github.com/nn0x/maiora

functions llvm-ir low-level memory-safe programming-language systems-programming

Last synced: 4 months ago
JSON representation

Custom programming language compiled to LLVM IR designed to be memory safe, somewhat C-like but based around functions and instances thereof

Awesome Lists containing this project

README

          

# Maiora
Custom programming language compiled to LLVM IR with ability to be run in a interpreter environment

## License
Maiora Language Specification is licensed under the [CC BY-ND 4.0](LICENSING/LICENSE-SPEC) license, while the Maiora compiler is licensed under the [MIT License](LICENSING/LICENSE-SRC). See the [notice](NOTICE) for more details.