Minres / CoreDSL

Xtext project to parse CoreDSL files
Apache License 2.0
14 stars 2 forks source link

Rework integer literal parser #108

Closed AtomCrafty closed 9 months ago

AtomCrafty commented 9 months ago

Completely rewrote value converters responsible for parsing integer literals as TypedBigInteger instances. Apart from implementation details, these are the behavioral changes:

Closes #104