The exe name is not parsed out of the normal tokens, but is handled specially
| 5898 | |
| 5899 | // The exe name is not parsed out of the normal tokens, but is handled specially |
| 5900 | auto parse(std::string const &, TokenStream const &tokens) const -> InternalParseResult override { |
| 5901 | return InternalParseResult::ok(ParseState(ParseResultType::NoMatch, tokens)); |
| 5902 | } |
| 5903 | |
| 5904 | auto name() const -> std::string { |
| 5905 | return *m_name; |