Create Your Own Compiler
Setting Up the Entrypoint
Step 1/3Page 3/11
We'll create our entrypoint file. This script will use our compiler that we'll develop soon enough.
index.js
1const compiler = require('./compiler');