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.js
8 lines
(7 loc)
•
132 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// Lexer
export
*
from
"./lexer.js"
;
// AST
// Parser
export
*
from
"./parser.js"
;
// Interpreter
export
*
from
"./interpreter.js"
;