diff options
Diffstat (limited to 'web/tutorials/03-compilers.markdown')
-rw-r--r-- | web/tutorials/03-compilers.markdown | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/tutorials/03-compilers.markdown b/web/tutorials/03-compilers.markdown new file mode 100644 index 0000000..59fa0da --- /dev/null +++ b/web/tutorials/03-compilers.markdown @@ -0,0 +1,12 @@ +--- +title: Using and writing Compilers +author: Jasper Van der Jeugt +--- + +Identifier, Item, Compiler +-------------------------- + +Three important, related types are `Identifier`, `Item` and `Compiler`. + +- `Identifier` is a string-like value which uniquely identifies a single item + for your webpage |