-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from deleterium/releasePrep
v0.3 Release preparation
- Loading branch information
Showing
23 changed files
with
9,936 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
## [v0.3](https://github.com/deleterium/SmartC/tree/v0.3) (2021-10-16) | ||
|
||
[Commits](https://github.com/deleterium/SmartC/commits/v0.3) | ||
|
||
- Source code refactored from Javascript to Typescript | ||
- Included inline comments on interfaces and types | ||
- Massive improvement on compiler error messages | ||
- Functions can return struct pointer | ||
- Recursive functions | ||
- Support for using functions with modifiers `Array` or `Member` Ex: *a = test()->next;* | ||
- Improved rules for pointer variables verification | ||
- Added void pointer variables | ||
- Added property **.length** to get array size | ||
- Special function **void catch(void)** to handle execution exceptions | ||
- Macro 'userStackPages' and 'codeStackPages' for fine tuning memory parameters | ||
- Struct can have recursive definition of its pointer | ||
- More optimizations on constant variables (thru variables named nNUMBER) | ||
- Added Machine Code Hash Information | ||
- Improved preprocessor with **#ifdef**, **#ifndef**, **#else**, **#endif** directives | ||
- Copy to clipboard button for easy use with SC-Simulator | ||
- Added macro 'outputSourceLineNumber' to add verbosity in assembly generated code | ||
- Project integration with SonarCloud and fix security vulnerabilities in regex expressions | ||
- Increased test coverage for wrong source code | ||
|
||
|
||
## [v0.2](https://github.com/deleterium/SmartC/tree/v0.2) (2021/07/23) | ||
|
||
[Commits](https://github.com/deleterium/SmartC/commits/v0.2) | ||
|
||
- Syntax highlight for source code textarea | ||
- Fine tuning globalOptimization | ||
- Added **#define** and **#undef** preprocessor directives. | ||
|
||
## [v0.1](https://github.com/deleterium/SmartC/tree/v0.1) (2021/06/30) | ||
|
||
[Commits](https://github.com/deleterium/SmartC/commits/v0.1) | ||
|
||
- Initial working release | ||
|
||
## v0 (2021/04/06) | ||
|
||
|
||
- [Initial release](https://github.com/deleterium/SmartC/tree/bb3edafcf0d3db0153201b594157555d686a9962) in Github |
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.