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 23:08:46 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
959c06cc65
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"
cleanup, add actual argc argv
2024-11-07 19:31:25 +03:00
void
run
(
bytefile
*
bf
,
int
argc
,
char
*
*
argv
)
;
Reference in a new issue
Copy permalink