UNPKG
mca-compiler
Version:
latest (0.2.0)
0.2.0
0.1.0
Compiles MCA code to MCIL
github.com/toxic-spanner/MCA
toxic-spanner/MCA
mca-compiler
/
nodes
/
NumberLiteral.js
4 lines
•
103 B
JavaScript
View Raw
1
2
3
4
exports
.
type
=
"NumberLiteral"
;
exports
.
call
=
function
(
node, ctx, execute
) {
return
node.
value
; };