Expand description

defines common traits used in the compiler.

コンパイラ等で汎用的に使われるトレイトを定義する

Traits

Pythonではis演算子に相当

cloneのコストがあるためなるべく.ref_tを使うようにすること いくつかの構造体は直接Typeを保持していないので、その場合は.tを使う

This trait implements REPL (Read-Eval-Print-Loop) automatically The exec method is called for file input, etc.