Hi Frank, (efgee)
The core Oxygen language is quite stable now. I have spent much of the last year filling in semantic holes and extending syntax flexibility.
Anyone who wants to write a compiler should try doing a scripting language or two first, discover how much effort is involved, then multiply by five! There are so many irregularities at the Operating system level the libraries and the processor architecture itself, making a large number of complex rules necessary. So I have my doubts as to whether I can make the compiler any simpler, but I aim to keep the entropy in the code to a minimum.
Charles