tmedwards / tweego

Tweego is a free (gratis and libre) command line compiler for Twine/Twee story formats, written in Go.
https://www.motoslave.net/tweego
BSD 2-Clause "Simplified" License
124 stars 23 forks source link

Error if source & module dirs commingle #36

Open tmedwards opened 2 years ago

tmedwards commented 2 years ago

The basic source file directory and module source file directory should not commingle—i.e., not be the same, nor one be a descendant of the other.

Any such occurrence should generate an error.