UNPKG
jester
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.1
0.0.0
Simple language designed for teaching
jaz303/jester
jester
/
index.js
6 lines
•
238 B
JavaScript
View Raw
1
2
3
4
5
6
module
.exports = { createContext :
require
(
'./lib/context'
).createContext, createVM :
require
(
'./lib/vm'
).createVM, constants :
require
(
'./lib/constants'
), opcodeMeta :
require
(
'./lib/vm'
).opcodeMeta };