Hi @KCreate Would be possible to use Charly inside Crystal? I mean: ```ruby require "charly" puts Charly.run("2 + 2") # => 4 code = <<-CHARLY print("hello world") CHARLY Charly.run(code) # => hello world ```