Versions in this module Expand all Collapse all v1 v1.1.0 Sep 15, 2024 Changes in this version + func DefaultCT630EndSequene() []string + type Normalizer struct + func Default() *Normalizer + func New(opcodeReplacement OpcodeReplacement, endSequence ...string) *Normalizer + func (n *Normalizer) Normalize(input string) ([]string, error) + func (n *Normalizer) WithEndSequence(endSequence ...string) *Normalizer + func (n *Normalizer) WithOpcodeReplacement(from opcodes.Opcode, to opcodes.Opcode) *Normalizer + type OpcodeReplacement struct + Original opcodes.Opcode + Replacement opcodes.Opcode