require "./false.cr" require "../program.cr" struct False::Program < Flint::Program def interpret : Nil puts "TODO" end end