UNPKG
mollu-lang-web
Version:
latest (1.2.3)
1.2.3
1.2.2
1.2.1
1.1.0
1.0.4
1.0.3
몰?루
mollu.gangjun.dev
bukgeuk-penguin/mollu-lang
mollu-lang-web
/
build
/
src
/
run.d.ts
4 lines
(3 loc)
•
168 B
TypeScript
View Raw
1
2
3
4
import
{ tokenlist }
from
'./token'
;
export
declare
function
run
(
tokenlist
: tokenlist
):
Promise
<
void
>;
export
declare
function
runRepl
(
code
:
string
):
Promise
<
void
>;