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