hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 0d5cc2bd9554b4d121d0abfef96ba5317b20bd20
parent c280641ded6777d7ced18f4d03f22b10792babd8
Author: Drew DeVault <sir@cmpwn.com>
Date:   Thu, 11 Mar 2021 14:05:49 -0500

main.ha: remove extraneous dependencies

Diffstat:
Mmain.ha | 12------------
1 file changed, 0 insertions(+), 12 deletions(-)

diff --git a/main.ha b/main.ha @@ -1,19 +1,7 @@ -use encoding::hex; -use fmt; use getopt; -use hare::ast; -use hare::module; -use io; -use os::exec; use os; -use path; -use strio; -use temp; export fn main() void = { - let verbose = false, goal = goal::EXE; - let output = ""; - let help: []getopt::help = [ "compile, run, and test Hare programs", "<build | run | test | version>", "args...",