interpreter: migration to universial stdlib support (without varargs yet)

This commit is contained in:
ProgramSnail 2025-01-20 23:13:42 +03:00
parent 318ebc72aa
commit 58f0bfc0b9
9 changed files with 163 additions and 119 deletions

View file

@ -37,11 +37,12 @@ enum class Cmd : int8_t {
LINE,
CALLF,
PATT,
Lread,
Lwrite,
Llength,
Lstring,
Barray,
// NOTE: no longer used
// Lread,
// Lwrite,
// Llength,
// Lstring,
// Barray,
EXIT,
_UNDEF_,
};