{"id":19808282,"url":"https://github.com/oleksiygarnik/programming-language-translator","last_synced_at":"2026-02-06T21:01:28.236Z","repository":{"id":128144685,"uuid":"172078964","full_name":"oleksiygarnik/programming-language-translator","owner":"oleksiygarnik","description":"This project implements a compiler for a custom programming language featuring lexical and syntax analysis, intermediate representation in Polish Notation, and code generation.","archived":false,"fork":false,"pushed_at":"2024-08-11T10:23:12.000Z","size":90,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-28T19:03:01.376Z","etag":null,"topics":["compiler","compiler-design","grammar","intermediate-representation","language-design","lexical-analysis","polish-notation","syntax-analysis"],"latest_commit_sha":null,"homepage":"","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/oleksiygarnik.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":"2019-02-22T14:21:57.000Z","updated_at":"2024-08-13T16:27:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"68824363-3ff2-49d4-abae-c3fe89dda67a","html_url":"https://github.com/oleksiygarnik/programming-language-translator","commit_stats":null,"previous_names":["oleksiygarnik/compiler-development"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oleksiygarnik/programming-language-translator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleksiygarnik%2Fprogramming-language-translator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleksiygarnik%2Fprogramming-language-translator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleksiygarnik%2Fprogramming-language-translator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleksiygarnik%2Fprogramming-language-translator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oleksiygarnik","download_url":"https://codeload.github.com/oleksiygarnik/programming-language-translator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleksiygarnik%2Fprogramming-language-translator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29175822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T20:14:21.878Z","status":"ssl_error","status_checked_at":"2026-02-06T20:14:21.443Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["compiler","compiler-design","grammar","intermediate-representation","language-design","lexical-analysis","polish-notation","syntax-analysis"],"created_at":"2024-11-12T09:13:28.709Z","updated_at":"2026-02-06T21:01:28.218Z","avatar_url":"https://github.com/oleksiygarnik.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Compiler\n\n## Overview\n\nDuring the development of this compiler project, the following milestones were achieved:\n\n1. **Grammar Design**  \n   Developed the grammar for the specified programming language.\n\n2. **Compiler Structure**  \n   Defined the structure of the compiler.\n\n3. **Functional Blocks**  \n   Described and implemented the core functional blocks of the compiler.\n\n4. **User Interface**  \n   Designed and implemented an intuitive graphical user interface.\n\n5. **Testing**  \n   Tested the compiler by comparing the results of a test program with a semantically similar program in the object-oriented programming language C#.\n\n## Components\n\nThe compiler includes the following key components:\n\n1. **Lexical Analyzer**  \n   Analyzes the source code and extracts tokens.\n\n2. **Syntax Analyzer**  \n   Processes tokens to construct a syntax tree and ensure adherence to syntax rules.\n\n3. **Intermediate Representation**  \n   Builds an intermediate form of the program—Polish Notation (PN).\n\n4. **Execution of PN**  \n   Executes the Polish Notation code.\n\nThe programming language supports assignment operators, input and output operations with a flexible structure, as well as conditional and looping operators designed for specific tasks.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleksiygarnik%2Fprogramming-language-translator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foleksiygarnik%2Fprogramming-language-translator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleksiygarnik%2Fprogramming-language-translator/lists"}