diff --git a/README.md b/README.md index 43f3998..cbd8c47 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ THE SUPER TINY COMPILER -Welcome to The Super Tiny Compiler. It's an ultra simplified example of all the -major pieces of a modern compiler written in easy to read JavaScript. Reading -through it can help you learn about how most compilers work end to end. +***Welcome to The Super Tiny Compiler!*** + +This is an ultra-simplified example of all the major pieces of a modern compiler +written in easy to read JavaScript. + +Reading through the guided code will help you learn about how *most* compilers +work from end to end. + +# [Want to jump into the code? Click here](super-tiny-compiler.js) ### Why should I care?