Skip to content

Commit

Permalink
Add STRING concatenation and Length() function (#107)
Browse files Browse the repository at this point in the history
* 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

---------

Co-authored-by: Stephen Reindl <[email protected]>
  • Loading branch information
steven-r and Stephen Reindl authored Nov 9, 2024
1 parent d2cf06b commit daad312
Show file tree
Hide file tree
Showing 38 changed files with 415 additions and 591 deletions.
4 changes: 4 additions & 0 deletions .sonarlint/oberon0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"SonarCloudOrganization": "steven-r-github",
"ProjectKey": "steven-r_Oberon0Compiler"
}
15 changes: 0 additions & 15 deletions .sonarlint/oberon0.slconfig

This file was deleted.

89 changes: 0 additions & 89 deletions .sonarlint/steven-r_oberon0compiler/CSharp/SonarLint.xml

This file was deleted.

Loading

0 comments on commit daad312

Please sign in to comment.