{"id":23055294,"url":"https://github.com/ridwansharkar/recursive-descent-parser","last_synced_at":"2025-07-21T00:33:42.627Z","repository":{"id":263186706,"uuid":"882031427","full_name":"RidwanSharkar/Recursive-Descent-Parser","owner":"RidwanSharkar","description":"Rutgers University - NB Fall 2024 | CS314 Principles of Programming Languages","archived":false,"fork":false,"pushed_at":"2024-11-16T19:36:59.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T05:16:59.156Z","etag":null,"topics":["compiler"],"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/RidwanSharkar.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-11-01T18:27:35.000Z","updated_at":"2024-12-27T01:50:30.000Z","dependencies_parsed_at":"2024-11-20T12:46:55.698Z","dependency_job_id":"70ae61d0-63f3-4c28-8a89-0101f57c8e26","html_url":"https://github.com/RidwanSharkar/Recursive-Descent-Parser","commit_stats":null,"previous_names":["ridwansharkar/recursive-descent-parser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RidwanSharkar/Recursive-Descent-Parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RidwanSharkar%2FRecursive-Descent-Parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RidwanSharkar%2FRecursive-Descent-Parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RidwanSharkar%2FRecursive-Descent-Parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RidwanSharkar%2FRecursive-Descent-Parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RidwanSharkar","download_url":"https://codeload.github.com/RidwanSharkar/Recursive-Descent-Parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RidwanSharkar%2FRecursive-Descent-Parser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266221373,"owners_count":23894966,"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","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"],"created_at":"2024-12-16T01:11:33.480Z","updated_at":"2025-07-21T00:33:37.612Z","avatar_url":"https://github.com/RidwanSharkar.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Recursive Descent Parser\n\n## Overview\nCompiler and Interpreter for the **tinyL** programming language, translating tinyL source code into intermediate RISC-like instructions (`tinyL.out`) to be executed by the interpreter. \n\n## Features\n- **Compiler (`compile`)**\n  - Parses tinyL code.\n  - Generates `tinyL.out` with executable instructions.\n  \n- **Interpreter (`run`)**\n  - Executes the instructions from `tinyL.out`.\n  \n- **Utilities**\n  - Code formatting with Linux guidelines.\n  - Comprehensive error handling.\n\n\n## Project Structure\n\n- `Compiler.c`: Source code for the compiler.\n- `Interpreter.c`: Source code for the interpreter.\n- `Instr.h` \u0026 `InstrUtils.c`: Instruction definitions and utilities.\n- `Utils.h` \u0026 `Utils.c`: Utility functions for error handling.\n- `Makefile`: Build configuration.\n- `tests/`: Directory containing sample tinyL programs.\n\n## License\n\nThis project is released under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fridwansharkar%2Frecursive-descent-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fridwansharkar%2Frecursive-descent-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fridwansharkar%2Frecursive-descent-parser/lists"}