README (308B)
1 2 This code needs to be able to be compiled by the bootstrap compiler, 3 so it is restricted to a subset of language features, compared to the 4 code that it will compile: 5 6 - No type inference for variable declarations 7 - Very limited support for forward references 8 - Very limited support for variable arguments 9