cannot use tokenizer for parse_args() as the search for commata must be away of parenthesis

This commit is contained in:
Axel Kohlmeyer
2021-03-29 21:11:07 -04:00
parent ddaeabf4d3
commit 20e6174e59
3 changed files with 35 additions and 11 deletions

View File

@ -126,7 +126,8 @@ class Variable : protected Pointers {
Tree **, Tree **, int &, double *, int &);
int is_atom_vector(char *);
void atom_vector(char *, Tree **, Tree **, int &);
int parse_args(const std::string &, char **);
int parse_args(char *, char **);
char *find_next_comma(char *);
void print_var_error(const std::string &, int, const std::string &,
int, int global=1);
void print_tree(Tree *, int);