Ram is a programming language created using Abstract Syntax Trees in Python.
This program can be run simply by running the main.py file. However, on mac, the program can also be run in terminal. First, run the command:
~ % which pythonOr, depending on how Python is installed:
~ % which python3This will spit out a file path, which you then copy and paste at the top of the main.py file following the "!#". This is a shebang line.
Navigate to the location of the repository and run the command:
~ % python install.pyOr, depending on how Python is installed:
~ % python3 install.pyYou can write ram code and run the file using the command:
~ % ram <file_path>.ramDetails on Ram Syntax can be found in the installation_guide.pdf file. All forms of distribution of this code, whether as given or with any changes, are expressly prohibited. All files are Copyright © 2021 Will Assad, Zain Lakhani, Ariel Chouminov, and Ramya Chawla.