bahasa-simpl 1.0.11 → 1.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -84,6 +84,7 @@ class Stipe extends Variable {
84
84
  super(stipeSymbol, true, data);
85
85
  this.symbol = type;
86
86
  this.member = new Environment();
87
+ this.member.define("buat", new Value(mesinSymbol, data));
87
88
  }
88
89
 
89
90
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bahasa-simpl",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "Simpl: Indonesian Mini Programming Language interpreter",
5
5
  "main": "./dist/simpl-interpreter.js",
6
6
  "scripts": {