This website requires JavaScript.
Explore
Help
Sign in
st
/
lama_byterun
Watch
1
Star
0
Fork
You've already forked lama_byterun
0
mirror of
https://github.com/ProgramSnail/Lama.git
synced
2025-12-12 01:38:45 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
59f3dfb43e
lama_byterun
/
byterun
/
include
/
interpreter.h
6 lines
81 B
C
Raw
Normal View
History
Unescape
Escape
new interpreter file, basic interprater state implementaion
2024-10-11 17:07:04 +03:00
#
pragma once
#
include
"parser.h"
part of multimodule execution impl in interpreter: frame extension, state exstension, call and return
2024-11-29 23:11:46 +03:00
void
run
(
uint
mod_id
,
int
argc
,
char
*
*
argv
)
;
Reference in a new issue
Copy permalink