about summary refs log tree commit diff
path: root/doc/tutorial/generic.md
AgeCommit message (Collapse)AuthorLines
2011-11-22Add hacks to extract and compile tutorial codeMarijn Haverbeke-3/+6
Not included in the build by default, since it's fragile and kludgy. Do something like this to run it: cd doc/tutorial RUSTC=../../build/stage2/bin/rustc bash test.sh Closes #1143
2011-11-21Fix typo in tutorialMarijn Haverbeke-2/+2
2011-11-21Add explanation of kinds to tutorialMarijn Haverbeke-10/+41
2011-11-01Tie up some ends in the tutorialMarijn Haverbeke-0/+3
2011-10-31Add a first stab at a tutorialMarijn Haverbeke-0/+104
You build it with `cd doc/tutorial; node build.js`, and then point your browser at doc/tutorial/web/index.html. Not remotely ready for publicity yet.