From cb79c45d040f38b6d49abf2298250c19e5d9cea7 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sat, 15 Dec 2012 18:17:12 +0100 Subject: Finish first tutorial... I think --- web/tutorials/03-compilers.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 web/tutorials/03-compilers.markdown (limited to 'web/tutorials/03-compilers.markdown') 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 -- cgit v1.2.3