File tree Expand file tree Collapse file tree 6 files changed +10
-6
lines changed
Expand file tree Collapse file tree 6 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1414## v1.2.3+
1515
1616- Introducing ` as ` keyword
17+
18+ ## v1.3.0+
19+
20+ - Better syntax, optimize code
Original file line number Diff line number Diff line change 55
66![ interpreter] ( interpreter.png )
77
8- ## Editor
8+ ## Example
99
10- ![ editor ] ( editor .png)
10+ ![ example ] ( example .png)
Original file line number Diff line number Diff line change 11SOARE ICON "../../resources/icon/icon.ico"
22
331 VERSIONINFO
4- FILEVERSION 1,0 ,0,0
5- PRODUCTVERSION 1,0 ,0,0
4+ FILEVERSION 1,3 ,0,0
5+ PRODUCTVERSION 1,3 ,0,0
66FILEFLAGSMASK 0x3fL
77FILEFLAGS 0x0L
88FILEOS 0x4L
@@ -15,12 +15,12 @@ BLOCK "StringFileInfo"
1515 BEGIN
1616 VALUE "CompanyName", "Antoine LANDRIEUX"
1717 VALUE "FileDescription", "SOARE Interpreter"
18- VALUE "FileVersion", "1.0 .0"
18+ VALUE "FileVersion", "1.3 .0"
1919 VALUE "InternalName", "SOARE"
2020 VALUE "LegalCopyright", "MIT License (c) 2024-2025 Antoine LANDRIEUX"
2121 VALUE "OriginalFilename", "soare.exe"
2222 VALUE "ProductName", "SOARE"
23- VALUE "ProductVersion", "1.0 .0"
23+ VALUE "ProductVersion", "1.3 .0"
2424 END
2525 END
2626 BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments