- Support lexing lowercase hexadecimal
- Updated minimum required Gleam version to v1.0.0
- Named the
byte_offset
field inPosition
- Updated for Gleam v0.32.0.
- Fixes broken support for hexadecimal ints were broken.
- Fixes broken support for binary, octal and hexadecimal ints.
- Support for binary, octal and hexadecimal ints, and scientific notation floats.
- Performance improvements
- Support for the
@
tokens. - Support for unexpected graphemes that are not valid tokens.
- Support for snake case names (#5)
- Basic float support (#4)