An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: target-code-generation

golu19102003/CD-LAB

Here You Can See the details Compiler Design lab Which Shows the hands-on practice of the Compiler Concepts and focuses on the design and implementation of compilers. Students learn to analyze and design algorithms for various phases of compilation, including lexical analysis, syntax analysis, semantic analysis, optimization, and code generation.

Language: C - Size: 12.7 KB - Last synced at: 8 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

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).

Language: Java - Size: 1.02 MB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

tanmaya0102/Compiler-Design-Programs

Compiler Design Lab Programs

Language: C - Size: 464 KB - Last synced at: 11 months ago - Pushed at: about 4 years ago - Stars: 18 - Forks: 10

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.

Language: C - Size: 2.32 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 4