Course project on the subject "Software Design". developed its own programming language and compiler for it. The language is called GED-2024. The compiler was written in C++.
###Task:
Designing the syntax of your own language Development of a translator (in C++) for your own language Generating Code in Assembler.
###The project is protected with a rating of 7
Variant number: 43372
Implemented: #1 - Data types: Unsigned integer, character. #2 - Integer operations: Bitwise operations: or, and, inversion. #3 - Presentation literals: integers, representation – decimal and hexadecimal; string and/or symbolic - arbitrary. #4 - Standard library functions: any 2 mathematical functions. #5 - Instructions: loop operator.