master
#!/usr/bin/env ruby # frozen_string_literal: true require('bundler/setup') require('lox/cli') Lox::CLI.start(ARGV)