We should refactor all imports across the whole project for better export and import behavior, such as shorter / module named collection imports instead using the actual file name as import from x levels above.
We must think of introducing more crate boundaries by moving dedicated functionality packages to separate crates (such as lexer and parser, stdlib, disassembler, colors, ...)
We should refactor all imports across the whole project for better export and import behavior, such as shorter / module named collection imports instead using the actual file name as import from x levels above.
We must think of introducing more crate boundaries by moving dedicated functionality packages to separate crates (such as lexer and parser, stdlib, disassembler, colors, ...)