From 84dde7b9061314483efc26e09cef83cdb71564da Mon Sep 17 00:00:00 2001 From: James Kyle Date: Thu, 31 Mar 2016 02:25:28 -0700 Subject: [PATCH] Improve intro --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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?