sonar-delphi
sonar-delphi copied to clipboard
Improve type inference
trafficstars
This PR generally improves type inference around:
- unsigned integer literals
- array constructor expressions containing integer literals
- real expressions (closes #123)
Additionally, I've added a TypeInferrerTest suite to test the TypeInferrer more directly, as opposed to the more limited/indirect testing we're currently getting through the SymbolTableExecutor tests.