{"id":20773515,"url":"https://github.com/codewithrajdeep/compiler-model","last_synced_at":"2025-12-25T02:03:32.519Z","repository":{"id":252650610,"uuid":"822584082","full_name":"CodewithRajDeep/compiler-model","owner":"CodewithRajDeep","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-11T13:40:12.000Z","size":325,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T20:51:23.661Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodewithRajDeep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-01T12:25:43.000Z","updated_at":"2024-08-11T13:40:16.000Z","dependencies_parsed_at":"2024-08-11T14:53:45.512Z","dependency_job_id":"46975b06-c01c-4d72-8a39-14197889405c","html_url":"https://github.com/CodewithRajDeep/compiler-model","commit_stats":null,"previous_names":["codewithrajdeep/compiler-model"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodewithRajDeep/compiler-model","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodewithRajDeep%2Fcompiler-model","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodewithRajDeep%2Fcompiler-model/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodewithRajDeep%2Fcompiler-model/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodewithRajDeep%2Fcompiler-model/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodewithRajDeep","download_url":"https://codeload.github.com/CodewithRajDeep/compiler-model/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodewithRajDeep%2Fcompiler-model/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28016992,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-25T02:00:05.988Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T12:26:04.262Z","updated_at":"2025-12-25T02:03:32.503Z","avatar_url":"https://github.com/CodewithRajDeep.png","language":"C","readme":"## Title: Compiler Design \n\n## Problem Statement:\nDevelop a Compiler Design model to construct and exercise all compiler properties and demonstrate all the compiler stages needed to be performed during execution of code. \n\n## Field of Study: \nThe compiler is software that converts a program written in a high-level language (Source Language) to a low-level language (Object/Target/Machine Language/0, 1’s).A translator or \nlanguage processor is a program that translates an input program written in a programming language into an equivalent program in another language. The compiler is a type of translator,\nwhich takes a program written in a high-level programming language as input and translates it into an equivalent program in low-level languages such as machine language or assembly language.\n\nThe programs are written in lex and yacc program.Lex helps you by taking a set of description of possible tokens and producing a Croutine, which we call as lexical analyzer or a lexer, \nthat identify the tokens. As input isdivided into tokens, a program often needs to establish the relationship among thetokens. A compiler needs to find the expression, statement, \ndeclaration, blocks andprocedure in the program. This task is known as parsing and the list of rules thatdefine the relationship that the program is a grammar. Yacc takes a\nconcisedescription of a grammar and produces a C routine that can parse the grammar, aparser. The yacc parser automatically detects whenever a sequence of input tokenmatches one \nof the rule of the grammar and also detects a syntax error whenever itsinput does not match any of the rule. When a task involves dividing the input intounits and establishing \nsome relationship among those units then we should use lexand yacc.\n\n## Work sample: \n\u003cimg src=\"https://buggyprogrammer.com/wp-content/uploads/2021/04/Compiler.gif\" width=\"256\"/\u003e\n\u003cimg src=\"https://i0.wp.com/feabhasblog.wpengine.com/wp-content/uploads/2020/08/Screen-Recording-2020-08-13-at-1-3.gif?ssl=1\" width=\"256\"/\u003e\n\n## Others:\n\u003cimg src=\"https://gifdb.com/images/high/programming-angry-punching-keyboard-fw45yh2e39g24ylb.gif\" width=\"256\"/\u003e\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithrajdeep%2Fcompiler-model","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewithrajdeep%2Fcompiler-model","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithrajdeep%2Fcompiler-model/lists"}