Skip to content

occultlang/occult

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Occult Logo

The Occult Programming Language

A modern enigmatic JIT programming language occultlang.org


Official Discord

Building

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)

Roadmap for 2.0.0-alpha

    • Lexer
    • Parser
    • Backend
      • Stack-based IR (In progress)
      • x86 JIT Runtime
      • IR Translation -> x86 JIT
    • Linter

Notes about the roadmap

  • IR/IL
    • Stack-based IR (In progress)
  • x86 JIT Runtime
    • It's working, it just simply needs to have bugs fixed and needs to be polished overall (Working)
  • Linter
    • It will be done closer to the end of the development roadmap (Not done)