Minres / CoreDSL

Xtext project to parse CoreDSL files
Apache License 2.0
16 stars 3 forks source link

Rework integer literal parser #108

Closed AtomCrafty closed 12 months ago

AtomCrafty commented 12 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