Skip to content

The temporary Aardvark 1.0 interpreter, and the in-development 1.0 compiler.

License

Notifications You must be signed in to change notification settings

Spencer-Rosas-Gunn/Aardvark

 
 

Repository files navigation

Installation

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.

Aardvark-py Version 1.0 Test

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.

Using the command

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.

Documentation

This site will give basic info on how to use the language: Click Here.

AdkCode

You can try AdkCode here: https://adkcode.replit.app/ NOTE: filesystem access will be denied and certian abilities restricted within this enviroment.

Contributing

View the list of things that need to be implemented here. Make sure to also read the Aardvark docs here.

About

The temporary Aardvark 1.0 interpreter, and the in-development 1.0 compiler.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.2%
  • Shell 8.8%