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-06 06:48:48 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2589f6166f
lama_byterun
/
byterun
/
include
/
interpreter.h
6 lines
82 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"
byterun build with analyzer
2024-12-13 13:32:50 +03:00
void
run
(
Bytefile
*
bf
,
int
argc
,
char
*
*
argv
)
;
Reference in a new issue
Copy permalink