Commit Graph

4 Commits

Author SHA1 Message Date
Jacek Sieka 6eadb6e939
check length before converting to range type (#102)
The index type of an array is a `range` meaning that converting an
out-of-bounds value to it will raise a `Defect`.

This PR fixes the defect but does nothing for arrays which are not
"full" - probably, this should become an error.

* bump version
2024-10-19 11:28:17 +02:00
Jacek Sieka ab1a061756
avoid threadvar for field table (#98)
* avoid threadvar for field table

* bump
2024-09-30 15:21:02 +02:00
Jacek Sieka c869dae884
include flavor in missing `readValue` error (#86) 2024-02-20 20:19:02 +01:00
jangko 61bae43e01
Improve lexer flexibility 2023-12-26 16:03:46 +07:00