Speed up the lexer for Ruby 3.4+ (#1832)

* Speed up lexing

* Bump msrv to 3.0 (from 2.7)

* Normalize test for ruby-head compat

* Fix bug when parsing negative numbers
This commit is contained in:
Ian Ker-Seymer
2024-10-23 14:15:33 -04:00
committed by GitHub
parent b233b3d081
commit b3553787c8
12 changed files with 246 additions and 82 deletions
+1 -1
View File
@@ -1 +1 @@
3.3.0
3.3.4