In addition to the team aspect, Super Sentai also has a large emphasis on super robots and big scale setpiece battles. Ultraman has big scale fights too, but lacks mecha.
Name:
Anonymous2013-08-31 18:46
What's the 'Right' way to tie the data and the parsing steps in a nice way? One could write a big function which does the right thing for the various data types. Or one could use a monad to keep track of what's been processed so far and have each processing step get whatever it needs next from the monad state. Or one could write largely separate programs and send messages around (I don't much like this option).