34#ifndef MAXIMAPROTOCOL_H
35#define MAXIMAPROTOCOL_H
39namespace MaximaProtocol {
bool IsLispReplPrompt(const wxString &label)
A Maxima Lisp-REPL prompt ("MAXIMA> "), as seen after to_lisp(). The prompt may be preceded by a newl...
Definition: MaximaProtocol.cpp:34
bool IsDebuggerPrompt(const wxString &label)
A Maxima high-level debugger prompt, e.g. "(dbm:1)". Maxima drops into this REPL on an error while de...
Definition: MaximaProtocol.cpp:30
bool CommandIsBlank(const wxString &command)
Would transmitting command send nothing but a bare newline? SendMaxima trims trailing whitespace and ...
Definition: MaximaProtocol.cpp:75
bool IsNumberedInputPrompt(const wxString &label)
A normal numbered Maxima input/label prompt, e.g. "(%i3) " or "(%o12) ". The character before the clo...
Definition: MaximaProtocol.cpp:38
bool IsMainInputPrompt(const wxString &label, bool inLispMode)
Does label mark a new main prompt - one where wxMaxima should advance its evaluation queue - as oppos...
Definition: MaximaProtocol.cpp:62