autocompletion update

This commit is contained in:
vaclavt
2022-03-01 20:29:18 +01:00
parent 830361050c
commit 9966c961d1
5 changed files with 23 additions and 31 deletions

2
ml.h
View File

@@ -50,7 +50,7 @@ public:
void setX(const std::string &name, const MlValue& value);
// Get vector of executables in this scope
std::vector<std::string> get_lambdas_list() const;
std::vector<std::string> get_lambdas_list(const std::string &token) const;
void combine(MlEnvironment const &other);