Skip to content

Instantly share code, notes, and snippets.

@thata
Last active August 2, 2023 13:43
Show Gist options
  • Save thata/c6d27567ac759748fcb900ef4db73493 to your computer and use it in GitHub Desktop.
Save thata/c6d27567ac759748fcb900ef4db73493 to your computer and use it in GitHub Desktop.
MinRuby Compiler
require "minruby"
tree = minruby_parse(ARGF.read)
p tree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment