sonar-delphi icon indicating copy to clipboard operation
sonar-delphi copied to clipboard

Improve type inference

Open cirras opened this issue 1 year ago • 0 comments
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.

cirras avatar Aug 12 '24 06:08 cirras