So far it supports: + Basic classes + Basic functions + Basic asynchronous functions + If statements + While loops + `for (initializer; condition; increment)` loops + `for (variable : iterable)` loops + Probably a few other things I'm not thinking of :)