git clone https://github.com/occultlang/occult.git && chmod +x occult/build.sh && ./occult/build.sh
Important
Occult 2.0.0-alpha is going to release on the second birthday (05/31/25)
-
- Lexer
-
- Parser
-
- Backend (Not fully finished / In progress)
-
- Stack-based IR
-
- x86 JIT Runtime
-
- IR Translation -> x86 JIT
-
- Linter
- IR/IL + Translation
- Stack-based IR, works with translation to native JIT x86_64, in the very early stages
- x86 JIT Runtime
- It's working, it isn't fully finished for the full functionality either, needs polishing, also in the early stages
- Linter
- It will be done closer to the end of the development roadmap (Not started)