Unexpected Indentation Handling in Certain Input Files
Hi, I noticed a small issue while testing the compiler.
When I write code using mixed tabs and spaces, the compiler sometimes interprets the indentation differently from what appears in the editor. In some cases, a block that looks properly aligned ends up being parsed as if it were on a different level.
This isn’t a major bug, but it can cause confusion, especially when copying code from different editors. It might help if the compiler either normalizes mixed indentation or shows a warning when inconsistent indentation is detected.
Thanks!