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
- Host: GitHub
- URL: https://github.com/nn0x/maiora
- Owner: NN0X
- License: mit
- Created: 2025-06-02T14:08:35.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-06-24T21:59:05.000Z (7 months ago)
- Last Synced: 2025-06-24T22:38:06.170Z (7 months ago)
- Topics: functions, llvm-ir, low-level, memory-safe, programming-language, systems-programming
- Language: C
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.