debase-ruby_core_source 3.3.6 → 3.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -0
- data/CHANGELOG.md +6 -0
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/builtin.h +7 -1
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/darray.h +1 -3
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/id.h +5 -0
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/insns.inc +2 -0
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/insns_info.inc +310 -175
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/internal/basic_operators.h +1 -0
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/internal/bits.h +82 -0
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/encoding.h +2 -0
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/internal/error.h +26 -0
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/internal/fixnum.h +1 -0
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/internal/gc.h +14 -6
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/internal/imemo.h +6 -1
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/internal/io.h +1 -1
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/internal/parse.h +2 -1
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/proc.h +1 -0
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/internal/ractor.h +4 -0
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/internal/sanitizers.h +31 -39
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/internal/string.h +22 -10
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/internal/thread.h +23 -0
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/internal/vm.h +1 -1
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/method.h +1 -0
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/optunifs.inc +1 -1
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/parse.h +2 -2
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/prism/ast.h +427 -3
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/prism/defines.h +8 -7
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/prism/diagnostic.h +1 -0
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/prism/extension.h +1 -1
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/prism/prism.h +47 -11
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/prism/version.h +2 -2
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/prism_compile.h +5 -5
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/ractor_core.h +6 -6
- data/lib/debase/ruby_core_source/ruby-3.4.0/revision.h +5 -0
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/rubyparser.h +3 -2
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/thread_pthread.h +0 -1
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/version.h +1 -1
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/vm.inc +151 -88
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/vm_core.h +40 -12
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/vm_sync.h +3 -3
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/vmtc.inc +2 -0
- data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/yjit.h +1 -0
- data/lib/debase/ruby_core_source/version.rb +1 -1
- metadata +147 -293
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/darray.h +0 -191
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/debug_counter.h +0 -423
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/dln.h +0 -34
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/id.h +0 -343
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/insns.inc +0 -259
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/insns_info.inc +0 -9530
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/internal/array.h +0 -151
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/internal/basic_operators.h +0 -63
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/internal/bits.h +0 -568
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/internal/class.h +0 -283
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/internal/error.h +0 -216
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/internal/fixnum.h +0 -184
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/internal/gc.h +0 -334
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/internal/hash.h +0 -191
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/internal/imemo.h +0 -260
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/internal/io.h +0 -140
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/internal/parse.h +0 -117
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/internal/ractor.h +0 -6
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/internal/sanitizers.h +0 -297
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/internal/string.h +0 -182
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/internal/thread.h +0 -79
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/internal/vm.h +0 -137
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/known_errors.inc +0 -1419
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/method.h +0 -255
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/optunifs.inc +0 -43
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/parse.h +0 -243
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/prism/ast.h +0 -6245
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/prism/defines.h +0 -206
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/prism/diagnostic.h +0 -433
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/prism/extension.h +0 -19
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/prism/node.h +0 -150
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/prism/options.h +0 -305
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/prism/parser.h +0 -891
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/prism/regexp.h +0 -33
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/prism/static_literals.h +0 -120
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/prism/util/pm_char.h +0 -205
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/prism/util/pm_constant_pool.h +0 -226
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/prism/util/pm_integer.h +0 -119
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/prism/util/pm_newline_list.h +0 -102
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/prism/util/pm_string.h +0 -174
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/prism/util/pm_string_list.h +0 -44
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/prism/version.h +0 -29
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/prism_compile.h +0 -88
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/ractor_core.h +0 -393
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/regint.h +0 -1010
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/revision.h +0 -5
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/rubyparser.h +0 -1430
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/shape.h +0 -233
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/symbol.h +0 -118
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/thread_pthread.h +0 -166
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/version.h +0 -69
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/vm.inc +0 -5643
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/vm_callinfo.h +0 -605
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/vm_core.h +0 -2236
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/vm_insnhelper.h +0 -272
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/vm_sync.h +0 -137
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview1/vmtc.inc +0 -253
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/addr2line.h +0 -22
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/builtin.h +0 -119
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/ccan/build_assert/build_assert.h +0 -40
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/ccan/check_type/check_type.h +0 -63
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/ccan/container_of/container_of.h +0 -142
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/ccan/list/list.h +0 -791
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/ccan/str/str.h +0 -17
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/constant.h +0 -53
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/encindex.h +0 -70
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/eval_intern.h +0 -324
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/hrtime.h +0 -237
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/id_table.h +0 -39
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/bignum.h +0 -244
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/cmdlineopt.h +0 -65
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/compar.h +0 -29
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/compile.h +0 -34
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/compilers.h +0 -107
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/complex.h +0 -29
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/cont.h +0 -35
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/dir.h +0 -16
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/enc.h +0 -19
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/encoding.h +0 -36
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/enum.h +0 -18
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/enumerator.h +0 -21
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/eval.h +0 -33
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/file.h +0 -38
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/inits.h +0 -47
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/load.h +0 -18
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/loadpath.h +0 -16
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/math.h +0 -23
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/missing.h +0 -19
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/numeric.h +0 -274
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/object.h +0 -63
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/proc.h +0 -30
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/process.h +0 -124
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/random.h +0 -17
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/range.h +0 -40
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/rational.h +0 -71
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/re.h +0 -28
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/ruby_parser.h +0 -102
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/serial.h +0 -23
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/signal.h +0 -24
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/st.h +0 -11
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/static_assert.h +0 -16
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/struct.h +0 -127
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/symbol.h +0 -45
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/time.h +0 -34
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/transcode.h +0 -23
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/util.h +0 -27
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/variable.h +0 -72
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal/warnings.h +0 -16
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/internal.h +0 -108
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/iseq.h +0 -340
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/node.h +0 -111
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/node_name.inc +0 -224
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/optinsn.inc +0 -128
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/parser_bits.h +0 -564
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/parser_node.h +0 -32
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/parser_st.h +0 -162
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/parser_value.h +0 -106
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/prism/encoding.h +0 -283
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/prism/pack.h +0 -163
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/prism/prettyprint.h +0 -34
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/prism/prism.h +0 -336
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/prism/util/pm_buffer.h +0 -218
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/prism/util/pm_list.h +0 -97
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/prism/util/pm_memchr.h +0 -29
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/prism/util/pm_strncasecmp.h +0 -32
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/prism/util/pm_strpbrk.h +0 -46
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/probes_helper.h +0 -42
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/regenc.h +0 -254
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/regparse.h +0 -371
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/revision.h +0 -5
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/rjit.h +0 -101
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/rjit_c.h +0 -165
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/ruby_assert.h +0 -14
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/ruby_atomic.h +0 -23
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/siphash.h +0 -48
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/thread_none.h +0 -21
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/thread_win32.h +0 -58
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/timev.h +0 -58
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/transcode_data.h +0 -138
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/variable.h +0 -39
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/vm_call_iseq_optimized.inc +0 -244
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/vm_debug.h +0 -124
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/vm_exec.h +0 -199
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/vm_opts.h +0 -67
- data/lib/debase/ruby_core_source/ruby-3.4.0-preview2/yjit.h +0 -79
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/addr2line.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/ccan/build_assert/build_assert.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/ccan/check_type/check_type.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/ccan/container_of/container_of.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/ccan/list/list.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/ccan/str/str.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/constant.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/debug_counter.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/dln.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/encindex.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/eval_intern.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/hrtime.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/id_table.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/internal/array.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/bignum.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/internal/class.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/cmdlineopt.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/compar.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/compile.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/compilers.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/complex.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/cont.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/dir.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/enc.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/enum.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/enumerator.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/eval.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/file.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/internal/hash.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/inits.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/load.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/loadpath.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/math.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/missing.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/numeric.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/object.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/process.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/random.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/range.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/rational.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/re.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/ruby_parser.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/serial.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/signal.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/st.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/static_assert.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/struct.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/symbol.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/time.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/transcode.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/util.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/variable.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal/warnings.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/internal.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/iseq.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/known_errors.inc +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/node.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/node_name.inc +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/optinsn.inc +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/parser_bits.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/parser_node.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/parser_st.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/parser_value.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/prism/encoding.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/prism/node.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/prism/options.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/prism/pack.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/prism/parser.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/prism/prettyprint.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/prism/regexp.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/prism/static_literals.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/prism/util/pm_buffer.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/prism/util/pm_char.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/prism/util/pm_constant_pool.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/prism/util/pm_integer.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/prism/util/pm_list.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/prism/util/pm_memchr.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/prism/util/pm_newline_list.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/prism/util/pm_string.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/prism/util/pm_strncasecmp.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/prism/util/pm_strpbrk.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/probes_helper.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/regenc.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/regint.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/regparse.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/rjit.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/rjit_c.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/ruby_assert.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/ruby_atomic.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/shape.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/siphash.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/symbol.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/thread_none.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/thread_win32.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/timev.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/transcode_data.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/variable.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/vm_call_iseq_optimized.inc +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/vm_callinfo.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/vm_debug.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/vm_exec.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview2 → ruby-3.4.0}/vm_insnhelper.h +0 -0
- /data/lib/debase/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0}/vm_opts.h +0 -0
@@ -1,102 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @file pm_newline_list.h
|
3
|
-
*
|
4
|
-
* A list of byte offsets of newlines in a string.
|
5
|
-
*
|
6
|
-
* When compiling the syntax tree, it's necessary to know the line and column
|
7
|
-
* of many nodes. This is necessary to support things like error messages,
|
8
|
-
* tracepoints, etc.
|
9
|
-
*
|
10
|
-
* It's possible that we could store the start line, start column, end line, and
|
11
|
-
* end column on every node in addition to the offsets that we already store,
|
12
|
-
* but that would be quite a lot of memory overhead.
|
13
|
-
*/
|
14
|
-
#ifndef PRISM_NEWLINE_LIST_H
|
15
|
-
#define PRISM_NEWLINE_LIST_H
|
16
|
-
|
17
|
-
#include "prism/defines.h"
|
18
|
-
|
19
|
-
#include <assert.h>
|
20
|
-
#include <stdbool.h>
|
21
|
-
#include <stddef.h>
|
22
|
-
#include <stdlib.h>
|
23
|
-
|
24
|
-
/**
|
25
|
-
* A list of offsets of newlines in a string. The offsets are assumed to be
|
26
|
-
* sorted/inserted in ascending order.
|
27
|
-
*/
|
28
|
-
typedef struct {
|
29
|
-
/** A pointer to the start of the source string. */
|
30
|
-
const uint8_t *start;
|
31
|
-
|
32
|
-
/** The number of offsets in the list. */
|
33
|
-
size_t size;
|
34
|
-
|
35
|
-
/** The capacity of the list that has been allocated. */
|
36
|
-
size_t capacity;
|
37
|
-
|
38
|
-
/** The list of offsets. */
|
39
|
-
size_t *offsets;
|
40
|
-
} pm_newline_list_t;
|
41
|
-
|
42
|
-
/**
|
43
|
-
* A line and column in a string.
|
44
|
-
*/
|
45
|
-
typedef struct {
|
46
|
-
/** The line number. */
|
47
|
-
int32_t line;
|
48
|
-
|
49
|
-
/** The column number. */
|
50
|
-
uint32_t column;
|
51
|
-
} pm_line_column_t;
|
52
|
-
|
53
|
-
/**
|
54
|
-
* Initialize a new newline list with the given capacity. Returns true if the
|
55
|
-
* allocation of the offsets succeeds, otherwise returns false.
|
56
|
-
*
|
57
|
-
* @param list The list to initialize.
|
58
|
-
* @param start A pointer to the start of the source string.
|
59
|
-
* @param capacity The initial capacity of the list.
|
60
|
-
* @return True if the allocation of the offsets succeeds, otherwise false.
|
61
|
-
*/
|
62
|
-
bool pm_newline_list_init(pm_newline_list_t *list, const uint8_t *start, size_t capacity);
|
63
|
-
|
64
|
-
/**
|
65
|
-
* Clear out the newlines that have been appended to the list.
|
66
|
-
*
|
67
|
-
* @param list The list to clear.
|
68
|
-
*/
|
69
|
-
void
|
70
|
-
pm_newline_list_clear(pm_newline_list_t *list);
|
71
|
-
|
72
|
-
/**
|
73
|
-
* Append a new offset to the newline list. Returns true if the reallocation of
|
74
|
-
* the offsets succeeds (if one was necessary), otherwise returns false.
|
75
|
-
*
|
76
|
-
* @param list The list to append to.
|
77
|
-
* @param cursor A pointer to the offset to append.
|
78
|
-
* @return True if the reallocation of the offsets succeeds (if one was
|
79
|
-
* necessary), otherwise false.
|
80
|
-
*/
|
81
|
-
bool pm_newline_list_append(pm_newline_list_t *list, const uint8_t *cursor);
|
82
|
-
|
83
|
-
/**
|
84
|
-
* Returns the line and column of the given offset. If the offset is not in the
|
85
|
-
* list, the line and column of the closest offset less than the given offset
|
86
|
-
* are returned.
|
87
|
-
*
|
88
|
-
* @param list The list to search.
|
89
|
-
* @param cursor A pointer to the offset to search for.
|
90
|
-
* @param start_line The line to start counting from.
|
91
|
-
* @return The line and column of the given offset.
|
92
|
-
*/
|
93
|
-
pm_line_column_t pm_newline_list_line_column(const pm_newline_list_t *list, const uint8_t *cursor, int32_t start_line);
|
94
|
-
|
95
|
-
/**
|
96
|
-
* Free the internal memory allocated for the newline list.
|
97
|
-
*
|
98
|
-
* @param list The list to free.
|
99
|
-
*/
|
100
|
-
void pm_newline_list_free(pm_newline_list_t *list);
|
101
|
-
|
102
|
-
#endif
|
@@ -1,174 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @file pm_string.h
|
3
|
-
*
|
4
|
-
* A generic string type that can have various ownership semantics.
|
5
|
-
*/
|
6
|
-
#ifndef PRISM_STRING_H
|
7
|
-
#define PRISM_STRING_H
|
8
|
-
|
9
|
-
#include "prism/defines.h"
|
10
|
-
|
11
|
-
#include <assert.h>
|
12
|
-
#include <stdbool.h>
|
13
|
-
#include <stddef.h>
|
14
|
-
#include <stdlib.h>
|
15
|
-
#include <string.h>
|
16
|
-
|
17
|
-
// The following headers are necessary to read files using demand paging.
|
18
|
-
#ifdef _WIN32
|
19
|
-
#include <windows.h>
|
20
|
-
#elif defined(_POSIX_MAPPED_FILES)
|
21
|
-
#include <fcntl.h>
|
22
|
-
#include <sys/mman.h>
|
23
|
-
#include <sys/stat.h>
|
24
|
-
#endif
|
25
|
-
|
26
|
-
/**
|
27
|
-
* A generic string type that can have various ownership semantics.
|
28
|
-
*/
|
29
|
-
typedef struct {
|
30
|
-
/** A pointer to the start of the string. */
|
31
|
-
const uint8_t *source;
|
32
|
-
|
33
|
-
/** The length of the string in bytes of memory. */
|
34
|
-
size_t length;
|
35
|
-
|
36
|
-
/** The type of the string. This field determines how the string should be freed. */
|
37
|
-
enum {
|
38
|
-
/** This string is a constant string, and should not be freed. */
|
39
|
-
PM_STRING_CONSTANT,
|
40
|
-
|
41
|
-
/** This is a slice of another string, and should not be freed. */
|
42
|
-
PM_STRING_SHARED,
|
43
|
-
|
44
|
-
/** This string owns its memory, and should be freed using `pm_string_free`. */
|
45
|
-
PM_STRING_OWNED,
|
46
|
-
|
47
|
-
#ifdef PRISM_HAS_MMAP
|
48
|
-
/** This string is a memory-mapped file, and should be freed using `pm_string_free`. */
|
49
|
-
PM_STRING_MAPPED
|
50
|
-
#endif
|
51
|
-
} type;
|
52
|
-
} pm_string_t;
|
53
|
-
|
54
|
-
/**
|
55
|
-
* Returns the size of the pm_string_t struct. This is necessary to allocate the
|
56
|
-
* correct amount of memory in the FFI backend.
|
57
|
-
*
|
58
|
-
* @return The size of the pm_string_t struct.
|
59
|
-
*/
|
60
|
-
PRISM_EXPORTED_FUNCTION size_t pm_string_sizeof(void);
|
61
|
-
|
62
|
-
/**
|
63
|
-
* Defines an empty string. This is useful for initializing a string that will
|
64
|
-
* be filled in later.
|
65
|
-
*/
|
66
|
-
#define PM_STRING_EMPTY ((pm_string_t) { .type = PM_STRING_CONSTANT, .source = NULL, .length = 0 })
|
67
|
-
|
68
|
-
/**
|
69
|
-
* Initialize a shared string that is based on initial input.
|
70
|
-
*
|
71
|
-
* @param string The string to initialize.
|
72
|
-
* @param start The start of the string.
|
73
|
-
* @param end The end of the string.
|
74
|
-
*/
|
75
|
-
void pm_string_shared_init(pm_string_t *string, const uint8_t *start, const uint8_t *end);
|
76
|
-
|
77
|
-
/**
|
78
|
-
* Initialize an owned string that is responsible for freeing allocated memory.
|
79
|
-
*
|
80
|
-
* @param string The string to initialize.
|
81
|
-
* @param source The source of the string.
|
82
|
-
* @param length The length of the string.
|
83
|
-
*/
|
84
|
-
void pm_string_owned_init(pm_string_t *string, uint8_t *source, size_t length);
|
85
|
-
|
86
|
-
/**
|
87
|
-
* Initialize a constant string that doesn't own its memory source.
|
88
|
-
*
|
89
|
-
* @param string The string to initialize.
|
90
|
-
* @param source The source of the string.
|
91
|
-
* @param length The length of the string.
|
92
|
-
*/
|
93
|
-
void pm_string_constant_init(pm_string_t *string, const char *source, size_t length);
|
94
|
-
|
95
|
-
/**
|
96
|
-
* Read the file indicated by the filepath parameter into source and load its
|
97
|
-
* contents and size into the given `pm_string_t`. The given `pm_string_t`
|
98
|
-
* should be freed using `pm_string_free` when it is no longer used.
|
99
|
-
*
|
100
|
-
* We want to use demand paging as much as possible in order to avoid having to
|
101
|
-
* read the entire file into memory (which could be detrimental to performance
|
102
|
-
* for large files). This means that if we're on windows we'll use
|
103
|
-
* `MapViewOfFile`, on POSIX systems that have access to `mmap` we'll use
|
104
|
-
* `mmap`, and on other POSIX systems we'll use `read`.
|
105
|
-
*
|
106
|
-
* @param string The string to initialize.
|
107
|
-
* @param filepath The filepath to read.
|
108
|
-
* @return Whether or not the file was successfully mapped.
|
109
|
-
*/
|
110
|
-
PRISM_EXPORTED_FUNCTION bool pm_string_mapped_init(pm_string_t *string, const char *filepath);
|
111
|
-
|
112
|
-
/**
|
113
|
-
* Read the file indicated by the filepath parameter into source and load its
|
114
|
-
* contents and size into the given `pm_string_t`. The given `pm_string_t`
|
115
|
-
* should be freed using `pm_string_free` when it is no longer used.
|
116
|
-
*
|
117
|
-
* @param string The string to initialize.
|
118
|
-
* @param filepath The filepath to read.
|
119
|
-
* @return Whether or not the file was successfully read.
|
120
|
-
*/
|
121
|
-
PRISM_EXPORTED_FUNCTION bool pm_string_file_init(pm_string_t *string, const char *filepath);
|
122
|
-
|
123
|
-
/**
|
124
|
-
* Returns the memory size associated with the string.
|
125
|
-
*
|
126
|
-
* @param string The string to get the memory size of.
|
127
|
-
* @return The size of the memory associated with the string.
|
128
|
-
*/
|
129
|
-
size_t pm_string_memsize(const pm_string_t *string);
|
130
|
-
|
131
|
-
/**
|
132
|
-
* Ensure the string is owned. If it is not, then reinitialize it as owned and
|
133
|
-
* copy over the previous source.
|
134
|
-
*
|
135
|
-
* @param string The string to ensure is owned.
|
136
|
-
*/
|
137
|
-
void pm_string_ensure_owned(pm_string_t *string);
|
138
|
-
|
139
|
-
/**
|
140
|
-
* Compare the underlying lengths and bytes of two strings. Returns 0 if the
|
141
|
-
* strings are equal, a negative number if the left string is less than the
|
142
|
-
* right string, and a positive number if the left string is greater than the
|
143
|
-
* right string.
|
144
|
-
*
|
145
|
-
* @param left The left string to compare.
|
146
|
-
* @param right The right string to compare.
|
147
|
-
* @return The comparison result.
|
148
|
-
*/
|
149
|
-
int pm_string_compare(const pm_string_t *left, const pm_string_t *right);
|
150
|
-
|
151
|
-
/**
|
152
|
-
* Returns the length associated with the string.
|
153
|
-
*
|
154
|
-
* @param string The string to get the length of.
|
155
|
-
* @return The length of the string.
|
156
|
-
*/
|
157
|
-
PRISM_EXPORTED_FUNCTION size_t pm_string_length(const pm_string_t *string);
|
158
|
-
|
159
|
-
/**
|
160
|
-
* Returns the start pointer associated with the string.
|
161
|
-
*
|
162
|
-
* @param string The string to get the start pointer of.
|
163
|
-
* @return The start pointer of the string.
|
164
|
-
*/
|
165
|
-
PRISM_EXPORTED_FUNCTION const uint8_t * pm_string_source(const pm_string_t *string);
|
166
|
-
|
167
|
-
/**
|
168
|
-
* Free the associated memory of the given string.
|
169
|
-
*
|
170
|
-
* @param string The string to free.
|
171
|
-
*/
|
172
|
-
PRISM_EXPORTED_FUNCTION void pm_string_free(pm_string_t *string);
|
173
|
-
|
174
|
-
#endif
|
@@ -1,44 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @file pm_string_list.h
|
3
|
-
*
|
4
|
-
* A list of strings.
|
5
|
-
*/
|
6
|
-
#ifndef PRISM_STRING_LIST_H
|
7
|
-
#define PRISM_STRING_LIST_H
|
8
|
-
|
9
|
-
#include "prism/defines.h"
|
10
|
-
#include "prism/util/pm_string.h"
|
11
|
-
|
12
|
-
#include <stddef.h>
|
13
|
-
#include <stdlib.h>
|
14
|
-
|
15
|
-
/**
|
16
|
-
* A list of strings.
|
17
|
-
*/
|
18
|
-
typedef struct {
|
19
|
-
/** The length of the string list. */
|
20
|
-
size_t length;
|
21
|
-
|
22
|
-
/** The capacity of the string list that has been allocated. */
|
23
|
-
size_t capacity;
|
24
|
-
|
25
|
-
/** A pointer to the start of the string list. */
|
26
|
-
pm_string_t *strings;
|
27
|
-
} pm_string_list_t;
|
28
|
-
|
29
|
-
/**
|
30
|
-
* Append a pm_string_t to the given string list.
|
31
|
-
*
|
32
|
-
* @param string_list The string list to append to.
|
33
|
-
* @param string The string to append.
|
34
|
-
*/
|
35
|
-
void pm_string_list_append(pm_string_list_t *string_list, pm_string_t *string);
|
36
|
-
|
37
|
-
/**
|
38
|
-
* Free the memory associated with the string list.
|
39
|
-
*
|
40
|
-
* @param string_list The string list to free.
|
41
|
-
*/
|
42
|
-
PRISM_EXPORTED_FUNCTION void pm_string_list_free(pm_string_list_t *string_list);
|
43
|
-
|
44
|
-
#endif
|
@@ -1,29 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @file version.h
|
3
|
-
*
|
4
|
-
* The version of the Prism library.
|
5
|
-
*/
|
6
|
-
#ifndef PRISM_VERSION_H
|
7
|
-
#define PRISM_VERSION_H
|
8
|
-
|
9
|
-
/**
|
10
|
-
* The major version of the Prism library as an int.
|
11
|
-
*/
|
12
|
-
#define PRISM_VERSION_MAJOR 0
|
13
|
-
|
14
|
-
/**
|
15
|
-
* The minor version of the Prism library as an int.
|
16
|
-
*/
|
17
|
-
#define PRISM_VERSION_MINOR 29
|
18
|
-
|
19
|
-
/**
|
20
|
-
* The patch version of the Prism library as an int.
|
21
|
-
*/
|
22
|
-
#define PRISM_VERSION_PATCH 0
|
23
|
-
|
24
|
-
/**
|
25
|
-
* The version of the Prism library as a constant string.
|
26
|
-
*/
|
27
|
-
#define PRISM_VERSION "0.29.0"
|
28
|
-
|
29
|
-
#endif
|
@@ -1,88 +0,0 @@
|
|
1
|
-
#include "prism/prism.h"
|
2
|
-
#include "ruby/encoding.h"
|
3
|
-
|
4
|
-
/**
|
5
|
-
* the getlocal and setlocal instructions require two parameters. level is how
|
6
|
-
* many hops up the iseq stack one needs to go before finding the correct local
|
7
|
-
* table. The index is the index in that table where our variable is.
|
8
|
-
*
|
9
|
-
* Because these are always calculated and used together, we'll bind them
|
10
|
-
* together as a tuple.
|
11
|
-
*/
|
12
|
-
typedef struct pm_local_index_struct {
|
13
|
-
int index, level;
|
14
|
-
} pm_local_index_t;
|
15
|
-
|
16
|
-
// A declaration for the struct that lives in compile.c.
|
17
|
-
struct iseq_link_anchor;
|
18
|
-
|
19
|
-
// ScopeNodes are helper nodes, and will never be part of the AST. We manually
|
20
|
-
// declare them here to avoid generating them.
|
21
|
-
typedef struct pm_scope_node {
|
22
|
-
pm_node_t base;
|
23
|
-
struct pm_scope_node *previous;
|
24
|
-
pm_node_t *ast_node;
|
25
|
-
pm_node_t *parameters;
|
26
|
-
pm_node_t *body;
|
27
|
-
pm_constant_id_list_t locals;
|
28
|
-
|
29
|
-
const pm_parser_t *parser;
|
30
|
-
rb_encoding *encoding;
|
31
|
-
|
32
|
-
/**
|
33
|
-
* This is the encoding of the actual filepath object that will be used when
|
34
|
-
* a __FILE__ node is compiled or when the path has to be set on a syntax
|
35
|
-
* error.
|
36
|
-
*/
|
37
|
-
rb_encoding *filepath_encoding;
|
38
|
-
|
39
|
-
// The size of the local table
|
40
|
-
// on the iseq which includes
|
41
|
-
// locals and hidden variables
|
42
|
-
int local_table_for_iseq_size;
|
43
|
-
|
44
|
-
ID *constants;
|
45
|
-
st_table *index_lookup_table;
|
46
|
-
|
47
|
-
/**
|
48
|
-
* This will only be set on the top-level scope node. It will contain all of
|
49
|
-
* the instructions pertaining to BEGIN{} nodes.
|
50
|
-
*/
|
51
|
-
struct iseq_link_anchor *pre_execution_anchor;
|
52
|
-
} pm_scope_node_t;
|
53
|
-
|
54
|
-
void pm_scope_node_init(const pm_node_t *node, pm_scope_node_t *scope, pm_scope_node_t *previous);
|
55
|
-
void pm_scope_node_destroy(pm_scope_node_t *scope_node);
|
56
|
-
bool *rb_ruby_prism_ptr(void);
|
57
|
-
|
58
|
-
typedef struct {
|
59
|
-
/** The parser that will do the actual parsing. */
|
60
|
-
pm_parser_t parser;
|
61
|
-
|
62
|
-
/** The options that will be passed to the parser. */
|
63
|
-
pm_options_t options;
|
64
|
-
|
65
|
-
/** The input that represents the source to be parsed. */
|
66
|
-
pm_string_t input;
|
67
|
-
|
68
|
-
/** The resulting scope node that will hold the generated AST. */
|
69
|
-
pm_scope_node_t node;
|
70
|
-
|
71
|
-
/** Whether or not this parse result has performed its parsing yet. */
|
72
|
-
bool parsed;
|
73
|
-
} pm_parse_result_t;
|
74
|
-
|
75
|
-
VALUE pm_load_file(pm_parse_result_t *result, VALUE filepath, bool load_error);
|
76
|
-
VALUE pm_parse_file(pm_parse_result_t *result, VALUE filepath);
|
77
|
-
VALUE pm_load_parse_file(pm_parse_result_t *result, VALUE filepath);
|
78
|
-
VALUE pm_parse_string(pm_parse_result_t *result, VALUE source, VALUE filepath);
|
79
|
-
VALUE pm_parse_stdin(pm_parse_result_t *result);
|
80
|
-
void pm_parse_result_free(pm_parse_result_t *result);
|
81
|
-
|
82
|
-
rb_iseq_t *pm_iseq_new(pm_scope_node_t *node, VALUE name, VALUE path, VALUE realpath, const rb_iseq_t *parent, enum rb_iseq_type);
|
83
|
-
rb_iseq_t *pm_iseq_new_top(pm_scope_node_t *node, VALUE name, VALUE path, VALUE realpath, const rb_iseq_t *parent);
|
84
|
-
rb_iseq_t *pm_iseq_new_main(pm_scope_node_t *node, VALUE path, VALUE realpath, const rb_iseq_t *parent, int opt);
|
85
|
-
rb_iseq_t *pm_iseq_new_eval(pm_scope_node_t *node, VALUE name, VALUE path, VALUE realpath, int first_lineno, const rb_iseq_t *parent, int isolated_depth);
|
86
|
-
rb_iseq_t *pm_iseq_new_with_opt(pm_scope_node_t *node, VALUE name, VALUE path, VALUE realpath, int first_lineno, const rb_iseq_t *parent, int isolated_depth, enum rb_iseq_type, const rb_compile_option_t*);
|
87
|
-
|
88
|
-
VALUE pm_iseq_compile_node(rb_iseq_t *iseq, pm_scope_node_t *node);
|