实现了从Snail Language到CIL转换的几个简单例子。 if(1 < 2) { print(1) } else if (2 < 3) { print(3) } else { print(4) }