/Vazha

A python based malayalam scripting language interpreter

Primary LanguagePython

Vazha Script

Command line tool for Vazha script

You completely write your code in malayalam and compile it using vazha

Install

pip3 install vazha

if .local/bin is not in path, add it by opening .zshrc or .bashrc file, and add the following lines to the end.

export PATH=$PATH:/home/user9747/.local/bin

Code

Write code with extension .vazha

Use Vs-code extension vazha-sense to code faster it has a manglish to vazha script autocomplete feature.

Run

vazha <filepath>

Check out examples in example folder

Demo

 = 100
 = 250
തുക =  + 
അച്ചടിക്കുക("ആകെ തുക : {}".ഫോർമാറ്റ്(തുക))

Example

Contribution

Contribution are welcome. Need help with documentation and adding string,list,dict,tuples methods.