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