Skip to content

Commit 914879e

Browse files
authored
Upgrade ZScript Compiler to version 0.4.0
Updated the ZScript Compiler to version 0.4.0 with enhancements.
1 parent 54f19b5 commit 914879e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

compiler/zsc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { SemanticAnalyzer } from "./semantic/SemanticAnalyzer.js";
1616
METADATA
1717
========================= */
1818

19-
const VERSION = "0.3.6";
19+
const VERSION = "0.4.0";
2020

2121
/* =========================
2222
CLI ARG PARSING (SAFE)
@@ -212,3 +212,4 @@ try {
212212
}
213213

214214

215+

0 commit comments

Comments
 (0)