Skip to content

Releases: veefs/obsidian-lang

obsidian-compiler

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

Obsidian Lang Release

Choose a tag to compare

@veefs veefs released this 26 Jun 17:36

Release v1

Simply run build.ps1 if you are on windows make sure to adjust directories to your own and you should be good to go!