A instruction represents any single, top-level part of Jam’s syntax.
Instruction ::= Comment | Value | Assignment | FlowControl | Import | Unittest InstructionSet ::= ( Instruction \n )*
Comment
Value
Assignment
FlowControl
Import
Unittest
Instruction