[[_TOC_]] % Panda::chapters.each do |c| <%= c.name %> ====== <%= c.text %> % end Instruction Set ====== % Panda::groups.each do |g| <%= g.title %> ------ <%= g.description %> % g.instructions.each do |i| * <%= i.sig %> % i.format.each do |f| * <%= f %> % end % end ``` <%= g.pseudo -%> ``` Properties: % g.properties.each do |p| * <%= Panda::properties_hash[p] %> % end Exceptions: % g.exceptions.each do |e| * <%= Panda::exceptions_hash[e] %> % end Bytecode valid if: % g.verification.each do |v| * <%= Panda::verification_hash[v] %> % end % end