#quickjs #javascript #interpreter
verde is a javascript interpreter. it means "green" in portuguese, it is my favorite color.
Usage: verde file.js
where file.js
is the javascrpt input file.
The require
function does not exist, but you can use verdemod
instead.
To run jsx files, you need this line of code:
verdemod('./verde-jsx-reader.js')