Flag for providing frontend source code directly as a string argument 더 자세히 ...
#include <bufferSrcFlag.hpp>
Public 멤버 함수 | |
| bufferSrcFlag (cli &c) | |
| const nchar * | getName () const override |
| const nchar * | getDescription () const override |
| ncnt | getArgCount () const override |
Protected 멤버 함수 | |
| const strings & | _getRegExpr () const override |
| res | _onTake (const flagArgs &tray) const override |
Flag for providing frontend source code directly as a string argument
This flag allows users to pass frontend source code as a string, which is then parsed and executed by the interpreter. It consumes one additional argument for the source code string.