summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-09-07 16:45:49 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-09-07 16:45:49 +0900
commita2260bd636646cde486afeebe5a0a7ef5ec78a4e (patch)
treefa4b485846423edc9e3d3cad581a6bcf5f84ff5f /tool
parent2f2f8107d0d21f5ebaaaf3b2d7ed6d09dfec91d5 (diff)
compile.c: Separate compile_list to two functions for Array and Hash
compile_list was for the compilation of Array literal and Hash literal. I guess it was originally reasonable to handle them in one function, but now, compilation of Array is very different from Hash. So the function was complicated by many branches for Array and Hash. This change separates the function to two ones for Array and Hash.
Diffstat (limited to 'tool')
0 files changed, 0 insertions, 0 deletions