public class Main extends Object
Modifier and Type | Field and Description |
---|---|
protected List<String> |
funcConverters |
protected static String |
MODULE_NAME_REGEX |
protected List<String> |
parsers |
Constructor and Description |
---|
Main() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getFuncConverters() |
List<String> |
getParsers() |
protected String |
listItems(Collection<String> items) |
protected Object |
loadModule(String classPrefix,
String moduleName,
String classSuffix) |
static void |
main(String[] argv)
Standalone interpreter entry point.
|
protected IREPL |
mkREPL(IParser parser) |
protected static Set<String> |
parsePackages(String[] argv,
int idx) |
int |
runfile(File file,
Compiler compiler,
boolean verbose)
Compile and execute file as explang code.
|
protected void |
runWithArgs(String[] argv) |
void |
setFuncConverters(List<String> funcConverters) |
void |
setParsers(List<String> parsers) |
protected void |
usage() |
protected static final String MODULE_NAME_REGEX
Copyright © 2022. All rights reserved.