namespace HeuristicLab.Problems.ProgramSynthesis.Push.Stack { public enum StackType : byte { Integer, Float, Boolean, Name, Code, Exec, } }