Skip to content

obsidian-compiler

Latest

Choose a tag to compare

@veefs veefs released this 04 Jul 22:55

Obsidian Compiler

How to install?

Make sure that you have everything installed from the readme, note that if you are missing one thing it's likely nothing will work, so it's very important that you do that.

  1. Write your code note that the file should end with .obs or there may be errors
  2. Install obsidian.exe from below or build with g++ -std=c++17 main.cpp Tokenize.cpp interpret.cpp compiler.cpp -o obsidian.exe
  3. Run ./obsidian.exe <file_name>
  4. Your done! the compiler should take care of the rest including linking it with assembly