mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 14:58:50 +00:00
interpreter: migration to universial stdlib support (without varargs yet)
This commit is contained in:
parent
318ebc72aa
commit
58f0bfc0b9
9 changed files with 163 additions and 119 deletions
|
|
@ -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_,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue