Home
✓ Progress Saved
Notify Me On Updates
@yairhaimo
Create Your Own Compiler
Setting Up the Entrypoint
Step 1/3
Page 3/11
We'll create our entrypoint file. This script will use our compiler that we'll develop soon enough.
◀
index.js
Copy
1
const
compiler =
require
(
'./compiler'
);
Verbose
Internals
Prev
Next