summaryrefslogtreecommitdiff
path: root/llama.cpp/tests/peg-parser/simple-tokenize.h
blob: 1772432c5aa4ecad1efd4a51c9cee6b740a27b6f (plain)
1
2
3
4
5
6
#pragma once

#include <string>
#include <vector>

std::vector<std::string> simple_tokenize(const std::string &);