ruby/ext/json/parser
John Hawthorn 4b770527c2
[flori/json] Fix "unexpected token" offset for Infinity
Previously in the JSON::Ext parser, when we encountered an "Infinity"
token (and weren't allowing NaN/Infinity) we would try to display the
"unexpected token" at the character before.

42ac170712
2023-12-01 16:47:06 +09:00
..
depend Update the depend files 2023-02-28 09:09:00 -08:00
extconf.rb [flori/json] Deduplicate strings inside json_string_unescape 2021-05-17 19:51:51 +09:00
parser.c [flori/json] Fix "unexpected token" offset for Infinity 2023-12-01 16:47:06 +09:00
parser.h ext/json/parser/parser.h: Add fallback MAYBE_UNUSED 2021-05-19 10:16:22 +09:00
parser.rl [flori/json] Fix "unexpected token" offset for Infinity 2023-12-01 16:47:06 +09:00
prereq.mk ext/json/parser/prereq.mk: fix warnings for code generated by ragel 2021-05-18 23:26:03 +09:00