A complete compiler front-end for a custom programming language defined in Cyrillic. The project uses a Java Lexer for tokenization and a Python Parser for syntactic validation, demonstrating ...
agregate → should be aggregate. tknter in your README should be tkinter. More sutable variable names → “suitable.” Code Structure Everything is in a single file with procedural style; could benefit ...