Implement preprocessor as an interface with two implementations: 1. Must manage including files by #import directive 2. Must manage conditional including lexemes by `#ifdef`, `#else` etc. (4 days)