BashClass
BashClass copied to clipboard
BashClass is an Object Oriented Programming language that compiles to BASH 4.4
Results
3
BashClass issues
Sort by
recently updated
recently updated
newest added
### Description: Right now the generated code automatically place `#!/bin/bash` at the beginning of the file. ### Enhancement: Add an option to change the path to bin/bash
Write more input/library files in: https://github.com/amirbawab/BashClass/tree/master/example
Enhanced syntax would look as follow: ```c++ // var int i;
enhancement