Skip to content

Commit

Permalink
Update compiler docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Jul 1, 2016
1 parent 4315d28 commit 4d08636
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/COMPILER.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The compiler executes the following phases:
- [Parse](#parse)
- [Transform](#transform)
- [Generate](#generate)
- [Write](#write)

---

Expand Down Expand Up @@ -141,6 +142,10 @@ After transformation the generate phase will concatenate all the css and transfo

Note that some data has been omitted from the example output for brevity.

### Write

The final phase writes the generated files to disc.

---

Created by [mkdoc](https://github.com/mkdoc/mkdoc) on July 2, 2016
Expand Down
4 changes: 4 additions & 0 deletions doc/compiler/compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ After transformation the generate phase will concatenate all the css and transfo
<? @exec {json} node doc/compiler/compiler-generate.js ?>

Note that some data has been omitted from the example output for brevity.

### Write

The final phase writes the generated files to disc.

0 comments on commit 4d08636

Please sign in to comment.