-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
1,160 additions
and
816 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,90 +1,4 @@ | ||
# Changelog | ||
|
||
# v2.0.0 | ||
- Parser | ||
* Performance improved | ||
* integer, float type introduced | ||
|
||
# v2.1.0 | ||
- Parser | ||
* Class introduced | ||
* Ret introduced | ||
* Constants added | ||
* Bug fix & performance improvements | ||
- Engine | ||
* Benchmarks added | ||
- CLI | ||
* Experimental error listing | ||
|
||
# v2.2.0 | ||
- Parser: | ||
* Bug fixes | ||
* Code execution order | ||
* Class call | ||
* Scope management | ||
* Reserved keywords protection | ||
* Callers are introduced | ||
|
||
# v2.6.0 | ||
- CLI | ||
* Support eval for language server | ||
|
||
# v2.7.0 | ||
- Parser | ||
* Comment bug fix | ||
* Collective introduced | ||
* Negative introduced (!!true) | ||
* Nullable types introduced | ||
|
||
# v2.8.1 | ||
- Parser v1.1.1 | ||
* Fix standard library's long load times | ||
* Fix class imports | ||
- CLI | ||
* Fix eval & file code order | ||
|
||
# v3.0.2 | ||
- Parser v1.3.2 | ||
* Apply imported file error trace | ||
* Support constructing classes | ||
- CLI | ||
* Support imported file error show | ||
|
||
# v3.4.0 | ||
- Parser v1.4.0 | ||
* Support native headers | ||
* Apply parsing log | ||
* Expandable function parameter introduced | ||
- CLI | ||
* Create parsing visualizer | ||
* Make experimental error provider stable | ||
* Improve import resolver | ||
|
||
|
||
# v3.5.0 | ||
- Parser v1.6.0 | ||
* Getter & setter implemented | ||
* Enum implemented | ||
- CLI | ||
* Fix eval bugs | ||
* Initialize runtime | ||
|
||
# v3.5.1 | ||
- Parser v1.6.2 | ||
* Performance bug resolved | ||
* Array type definition error fixed | ||
|
||
# v3.6.2 | ||
- Parser v1.7.3 | ||
* Future type introduced | ||
* Reference resolver implemented | ||
* Fix dynamic type assignment error in collective | ||
* Fix class constructor parameter type mismatch | ||
|
||
# v3.7.3 | ||
- Parser v1.7.3 | ||
* Fix condition error | ||
- Runtime v0.1.0 | ||
* Create type conversion between types and items | ||
- Native-Bridge v0.1.0 | ||
* Add int, float, string data types | ||
- Change cli options and behaviour |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.