msbash 0.0.0

Bash interpreter/compiler. Will not support all the functionalities.
1
2
3
4
5
6
7
8
9
---
source: src/runtime/eval.rs
description: "\nVAR_1 (at position 0) must be hello before the program starts\nVAR_4 resolves to 'hello from sbash' after evaluating the program\nwhen update_var2 is called VAR_4 becomes 'hello from bash' without the s\n"
expression: evaluated_variables
---
hello
hello from sbash
hello from bash