KiCad PCB EDA Suite
|
Utility tool for parsing S-Expression data with the SEXPR class for benchmarking, testing, etc. More...
#include <sexpr/sexpr_parser.h>
#include <qa_utils/utility_registry.h>
#include <common.h>
#include <core/profile.h>
#include <wx/cmdline.h>
#include <fstream>
#include <iostream>
Go to the source code of this file.
Classes | |
class | QA_SEXPR_PARSER |
Enumerations | |
enum | PARSER_RET_CODES { PARSE_FAILED = KI_TEST::RET_CODES::TOOL_SPECIFIC , PARSE_FAILED = KI_TEST::RET_CODES::TOOL_SPECIFIC } |
Functions | |
int | sexpr_parser_func (int argc, char *argv[]) |
Variables | |
static const wxCmdLineEntryDesc | g_cmdLineDesc [] |
static bool | registered |
Utility tool for parsing S-Expression data with the SEXPR class for benchmarking, testing, etc.
Definition in file sexpr_parse.cpp.
enum PARSER_RET_CODES |
Enumerator | |
---|---|
PARSE_FAILED | |
PARSE_FAILED |
Definition at line 99 of file sexpr_parse.cpp.
int sexpr_parser_func | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 105 of file sexpr_parse.cpp.
References _, KI_TEST::BAD_CMDLINE, g_cmdLineDesc, KI_TEST::OK, and QA_SEXPR_PARSER::Parse().
|
static |
Definition at line 72 of file sexpr_parse.cpp.
Referenced by sexpr_parser_func().
|
static |
Definition at line 157 of file sexpr_parse.cpp.