I increased the size of the map again. I’ve included a scaled down version (15% of the normal view size) of the map as it looks right now below. As you can see it’s far from complete, but I think this will be the final extent of this scenario.
I’m not sure exactly what the scenario will be, but something like an attack on Denmark with Sweden getting drawn in. The south of Sweden was pretty much undefended (we had prepared for the war between the Soviet Union and Finland to spread to the north of Sweden, not for war with Germany), but the Swedish navy could probably have helped the Danes a bit.

I haven’t done much programming this weekend, but I experimented some more with the Antlr parser generator. I can now recognize field access expressions like foo.bar.baz and transform them into (slot-ref (slot-ref foo ‘bar) ‘baz). I detest having to type all that garbage just to access some fields, so anything that can rid me of that is welcome even if it means writing a preprocessor. More about that later. I’ll need to work more on it before I have something that can be used.