MCPcopy Create free account
hub / github.com/chibash/stone / main

Method main

src/chap6/BasicFileInterpreter.java:9–13  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

7
8public class BasicFileInterpreter {
9 public static void main(String[] args)
10 throws ParseException, FileNotFoundException
11 {
12 run(new BasicParser(), new BasicEnv(), args[0]);
13 }
14
15 public static void run(BasicParser bp, Environment env, String fileName)
16 throws ParseException, FileNotFoundException

Callers

nothing calls this directly

Calls 1

runMethod · 0.95

Tested by

no test coverage detected