nimbus-eth1/nimbus/vm2/interpreter/op_handlers
Jordan Hrycaj 5e7d4ac9c5 experimental op handlers table (tbc.)
details:
  the op handler table is accessible via op_handlers.nim module

  op handler function implementations are found in the op_handlers/
  sub-directory

kludge:
  for development and pre-testing, any new module can be individually
  compiled setting the kludge flag using -d:kludge:1. this causes some
  proc/func replacements in turn allowing for omitting imports that would
  otherwise cause a circular dependency. otherwise individual compilation
  would fail.

  in order to prove the overall correctness of the code, the
  op_handlers.nim is imported by opcodes_impl.nim when compiling all,
  nimbus or test.
2021-04-28 15:24:14 +03:00
..
oph_arithmetic.nim experimental op handlers table (tbc.) 2021-04-28 15:24:14 +03:00
oph_defs.nim experimental op handlers table (tbc.) 2021-04-28 15:24:14 +03:00
oph_hash.nim experimental op handlers table (tbc.) 2021-04-28 15:24:14 +03:00
oph_sysops.nim experimental op handlers table (tbc.) 2021-04-28 15:24:14 +03:00