Usage

Installation

To use அகரம், first clone the repository:

$ git clone https://github.com/agaram-programming-language/agaram-interpreter

Installing Dependencies

Agaram interpreter needs maven to work. To install maven, follow this :ref:`official guide<https://maven.apache.org/install.html>

After installing maven run this command to install the dependencies:

$ cd agaram-interpreter && mvn clean compile exec:java