ruby--ruby/ext/json/parser
Jean Boussier 520e0916af
Implement a freeze: parser option
If set to true all parsed objects will be
immediately frozen, and strings will be
deduplicated if the Ruby implementation
allows it.
2020-10-20 21:40:25 +09:00
..
depend sed -i '/rmodule.h/d' 2020-08-27 16:42:06 +09:00
extconf.rb Implement a freeze: parser option 2020-10-20 21:40:25 +09:00
parser.c Implement a freeze: parser option 2020-10-20 21:40:25 +09:00
parser.h Implement a freeze: parser option 2020-10-20 21:40:25 +09:00
parser.rl Implement a freeze: parser option 2020-10-20 21:40:25 +09:00
prereq.mk ext/json/parser/prereq.mk: remove type-limit warning if char is unsigned 2020-05-14 00:44:35 +09:00