Return the compiler to a known state.
39 40 41 42 43 44 45
# File 'lib/fOOrth/compiler.rb', line 39 def compiler_reset @buffer = @parser = nil @quotes = @parens = 0 clear_cast @context = Context.new(nil, vm: self, mode: :execute) self end