Installation

Guide to installing ahadu.

git clone https://github.com/ermi1999/ahadu.git && cd ahadu

You can get started writing ahadu in two ways, one is through the interactive shell (REPL).

./ahadu
> አውጣ "አበበ በሶ በላ።";
አበበ በሶ በላ።
>

And the other is by providing a ahadu file

./ahadu file_name.ah

Where filename.ah is your ahadu file name

Setting up your code editor for ahadu is essential for syntax highlighting.

Ahadu have a visual studio code extension. you can install it using the following methods

When you search for ahadu in the marketplace of vs code you will find Ahadu extension in the first row of your result.

extension installation
ext install Ermiyas.ahadu