Releases: veefs/obsidian-lang
Releases · veefs/obsidian-lang
Release list
obsidian-compiler
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.
- Write your code note that the file should end with .obs or there may be errors
- Install obsidian.exe from below or build with
g++ -std=c++17 main.cpp Tokenize.cpp interpret.cpp compiler.cpp -o obsidian.exe - Run ./obsidian.exe <file_name>
- Your done! the compiler should take care of the rest including
linking it with assembly
Obsidian Lang Release
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!