MCPcopy Create free account
hub / github.com/SoarGroup/Soar / parse_simple_test

Function parse_simple_test

Core/SoarKernel/src/parser.cpp:507–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505----------------------------------------------------------------- */
506
507test parse_simple_test(agent* thisAgent)
508{
509 if (thisAgent->lexeme.type == LESS_LESS_LEXEME)
510 {
511 return parse_disjunction_test(thisAgent);
512 }
513 return parse_relational_test(thisAgent);
514}
515
516/* -----------------------------------------------------------------
517 Parse Test

Callers 1

parse_testFunction · 0.85

Calls 2

parse_disjunction_testFunction · 0.85
parse_relational_testFunction · 0.85

Tested by

no test coverage detected