UNPKG
pridoujs
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
The pridou interpreter.
github.com/Pridou/pridou
Pridou/pridou
pridoujs
/
lib
/
types
/
index.d.ts
4 lines
(3 loc)
•
91 B
TypeScript
View Raw
1
2
3
4
export
*
from
"./lexer.js"
;
export
*
from
"./parser.js"
;
export
*
from
"./interpreter.js"
;