TORAM is a language designed to be easy to compile to Łukasz Szkup's version of a random-access machine (RAM), while having functions and named variables.
python3 run.py path/to/file.TORAM
to compile and interpret TORAM code
python3 run.py -c path/to/file.TORAM
to compile TORAM code and print the result (in RAM's language)