This first notebook covers the basics.
- classes
- defs
- basic types
- let in various forms
Everything up to multiclass, which will be the
start of the 2nd part of the tutorial.
I'd like to keep them in logical sections as
far as possible, so they are easy to digest.
I get the reasoning behind %reset but there is a risk that a complete beginner may miss this sentence and think of it an integral part of TableGen.
If it could be greyed with a syntax highligher that could help. Or a different logic for clearing cache like a %global can be used. I found it was a little annoying seeing it in every cell block.