MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / ScriptParser

Method ScriptParser

src/script_parser.cpp:28–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26{
27public:
28 explicit ScriptParser(std::vector<Token> tokens) : tokens_(std::move(tokens))
29 {}
30
31 std::vector<Ast::expr_ptr> parseAll()
32 {

Callers

nothing calls this directly

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected