Object does not match Filename

Every .eo file should not have different name than object, which may confuse the readers.

Incorrect:

bar.eo:

# Foo.
[] > foo

Correct:

foo.eo:

# Foo.
[] > foo

Published on Mon May 26 13:15:59 UTC 2025.