target-code-generation
There are 6 repositories under target-code-generation topic.
tanmaya0102/Compiler-Design-Programs
Compiler Design Lab Programs
sakshidgoel/Python-Compiler
All phases of a compiler for Python Language have been implemented using C language. The constructs 'if-else' and 'while' have been handled.
NiuHuangxiaozi/C--_Compiler
This is a C-- compiler that implements stages such as lexical analysis, syntax analysis, semantic analysis, intermediate code generation, intermediate code optimization, and target code generation. Please refer to the report for each stage inside for details.
riddhigupta1110/SystemProgrammingAndCompilerConstruction-VI-MU-CSE
Codes for Practical experiments of System Programming And Compiler Construction (Semester VI - Computer Engineering - Mumbai University)
SanjinKurelic/MVCGenerator
Most of today's simpler software solutions closely link their work to basic database operations. The basic operations are retrieving, entering, modifying, and deleting individual data, so-called CRUD operations. To simplify the implementation of such software solutions, it is possible to build a code generator that builds a series of program sections based on the definition of the database structure. The database structure is defined using a structured query language (SQL).
moonfraction/Compilers-CS39003
Compilers Laboratory under Prof. Bivas Mitra and Prof. Abhijit Das - Autumn 2024-25