So far I've got basic types, for/while loops, if/elif/else statements, variable assignments, function calls, and parameter-less function declarations. There are a couple of Python->Nim conversions for certain built-in calls like `print`.
I'm at the point where it's time to handle the hard stuff and make hard choices lol
