You can install Aardvark with this command:
curl -fsSL https://raw.githubusercontent.com/Aardvark-team/Aardvark/main/install.sh | sh
This will add a .adk
folder to your home directory which includes the Aardvark source.
It will also add ~/.adk/bin
to your PATH, which gives you access to the commands adk
and adkc
.
This first implementation of Aardvark is written in Python. This is an interpreted language meant to be easy and extensible. The real version will be compiled. You can see our progress on development in the Aardvark Compiler folder.
Run adk help
in the terminal to get help.
I recommend running adk run main.adk
.
That will let you try the main.adk
example file.
This site will give basic info on how to use the language: Click Here.
You can try AdkCode here: https://adkcode.replit.app/
NOTE: filesystem access will be denied and certian abilities restricted within this enviroment.
View the list of things that need to be implemented here. Make sure to also read the Aardvark docs here.