public class Repl
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.regex.Pattern |
defFuncPattern |
static java.lang.String |
parserInfo
cadena de 'info'
|
static java.lang.String |
prompt
prefijo de entrada de comandos
|
Modifier and Type | Method and Description |
---|---|
static void |
modoREPL(java.io.InputStream in,
java.io.PrintStream out,
java.io.PrintStream err)
Modo REPL (Read/Eval/Print/Loop)
|