Center headings

This commit is contained in:
Gilles Castel 2016-03-31 15:14:19 +02:00
parent 256489ebc0
commit b4b8720849

View File

@ -321,12 +321,12 @@
* So let's begin... * So let's begin...
*/ */
/** /**
* ============================================================================ * ============================================================================
* (/^▽^)/ * (/^▽^)/
* THE TOKENIZER! * THE TOKENIZER!
* ============================================================================ * ============================================================================
*/ */
/** /**
* We're gonna start off with our first phase of parsing, lexical analysis, with * We're gonna start off with our first phase of parsing, lexical analysis, with
@ -478,7 +478,7 @@ function tokenizer(input) {
/** /**
* ============================================================================ * ============================================================================
* /o ل͜ o\ * /o ل͜ o\
* THE PARSER!!! * THE PARSER!!!
* ============================================================================ * ============================================================================
*/ */
@ -712,7 +712,7 @@ function traverser(ast, visitor) {
/** /**
* ============================================================================ * ============================================================================
* (˃̵͈̑˂̵͈̑) * (˃̵͈̑˂̵͈̑)
* THE TRANSFORMER!!! * THE TRANSFORMER!!!
* ============================================================================ * ============================================================================
*/ */
@ -835,7 +835,7 @@ function transformer(ast) {
/** /**
* ============================================================================ * ============================================================================
* *
* THE CODE GENERATOR!!!! * THE CODE GENERATOR!!!!
* ============================================================================ * ============================================================================
*/ */
@ -895,8 +895,8 @@ function codeGenerator(node) {
/** /**
* ============================================================================ * ============================================================================
* (۶* )۶ * (۶* )۶
* !!!!!!!!THE COMPILER!!!!!!!! * !!!!!!!!THE COMPILER!!!!!!!!
* ============================================================================ * ============================================================================
*/ */