string-cmp and string-cmp-ic added

This commit is contained in:
vaclavt
2022-03-13 10:32:43 +01:00
parent 65abc2fd07
commit cd9822fcf2
7 changed files with 26 additions and 2 deletions

1
ml.h
View File

@@ -141,6 +141,7 @@ public:
// Evaluate this value as lisp code.
MlValue eval(MlEnvironment &env);
bool is_nil() const;
bool is_builtin() const;
bool is_macro() const;
bool is_number() const;