Home | History | Annotate | Download | only in BrainF

Lines Matching refs:cl

44 static cl::opt<std::string>
45 InputFilename(cl::Positional, cl::desc("<input brainf>"));
47 static cl::opt<std::string>
48 OutputFilename("o", cl::desc("Output filename"), cl::value_desc("filename"));
50 static cl::opt<bool>
51 ArrayBoundsChecking("abc", cl::desc("Enable array bounds checking"));
53 static cl::opt<bool>
54 JIT("jit", cl::desc("Run program Just-In-Time"));
89 cl::ParseCommandLineOptions(argc, argv, " BrainF compiler\n");