Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 785 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 785 Bytes

BalayyaLang

Steps to set up in your local!

Cloning and adding to path
  1. Cloning the repo

    git clone https://github.com/nathsin/BalayyaLang
    
  2. Adding to path

    If you're unsure about what shell you're using, it probably is bash

    bash shell
    export PATH=$PATH:/path/to/BalayyaLang
    

    To write to path permanently, copy the above command to your ~/.bashrc file and type source ~/.bashrc

    fish shell
    set -Ua fish_user_paths /path/to/BalayyaLang
    
executing a file
  1. To execute a file with the .simha extension

    balayya /path/to/.simha/file