-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: Update README fixes #94 * docs: update LICENSE year fixes #98 * refactor: add nullabe to Oberon0.System * style: Remove empty statement * feat: enable tool generation fixes #96 * ci: remove non-existing file from solution * ci: remove old sonar settings * feat: implement `Length()`function for type `STRING` Fixes #103 * build: add sonarqube cloud connection and fixup project settings * style: fix SQ code smells * style: add comment for `RemoveFunction` * test: add exception test for StandardFunctionRepository.RemoveFunction * refactor: update internal function resolver for testing * refactor: move internal functions in compiler to separate namespace * fix: add internal solver optimization for ToString(int, real, bool) * feat: STRING concatenation fixes #106 * chore: add "Mult" to team dictionary * refactor: There should be no case for an non-existing variable at expression creation. This is an internal case as variable name checking is done beforehand. * tests: allow test compilation to support xunit output * feat: handle string multiplication. This commit implements also some enhancement to binary operator processing: In the past the statement `x := TRUE & 1` resulted in an exception. Now an appropriate error message is display that there's no operation that allows AND between boolean and integer. #108 * style: add justification for `ExcludeFromCoverage` * refactor(msil): `HandleRepeat`: take `BinaryExpression.Create`-result for granted. * feat: add string multiplication for MSIL * refactor: remove unused parts from coverage * build: remove global.json * build: remove .netstandard dependency and old msbuild dependencies * tests: add more tests for coverage --------- Co-authored-by: Stephen Reindl <[email protected]>
- Loading branch information
Showing
27 changed files
with
528 additions
and
138 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
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
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.