{"id":26899647,"url":"https://github.com/abhiramhande/csf363-project","last_synced_at":"2025-04-01T06:04:07.627Z","repository":{"id":284036253,"uuid":"928696300","full_name":"AbhiramHande/CSF363-Project","owner":"AbhiramHande","description":"Code repository for a Compilers project as part of the Compiler Construction (CS F363) course at BITS Pilani. It includes the implementation of tokenization and parsing for a toy language using an LL(1) Predictive Parser.","archived":false,"fork":false,"pushed_at":"2025-03-23T19:11:52.000Z","size":3098,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T20:23:00.390Z","etag":null,"topics":["c-programming","compiler-construction"],"latest_commit_sha":null,"homepage":"https://abhiramhande.github.io/CSF363-Project/","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/AbhiramHande.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":"2025-02-07T04:22:46.000Z","updated_at":"2025-03-23T19:52:28.000Z","dependencies_parsed_at":"2025-03-23T20:33:10.554Z","dependency_job_id":null,"html_url":"https://github.com/AbhiramHande/CSF363-Project","commit_stats":null,"previous_names":["abhiramhande/csf363-project"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbhiramHande%2FCSF363-Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbhiramHande%2FCSF363-Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbhiramHande%2FCSF363-Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbhiramHande%2FCSF363-Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbhiramHande","download_url":"https://codeload.github.com/AbhiramHande/CSF363-Project/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246591772,"owners_count":20801986,"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":["c-programming","compiler-construction"],"created_at":"2025-04-01T06:04:07.141Z","updated_at":"2025-04-01T06:04:07.605Z","avatar_url":"https://github.com/AbhiramHande.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSF363-Project\nThis project is a custom-built compiler designed to process a toy programming language as a part of the course **CS F363 - Compiler Construction**. The compiler consists of two phases, including lexical analysis and syntax analysis. It takes source code as input, processes it through these stages, and outputs either a Parse tree or meaningful error messages. The project is implemented in **C**. \n  \n## Table of Contents:\n- [CSF363-Project](#csf363-project)\n  - [Table of Contents:](#table-of-contents)\n  - [Key Features](#key-features)\n  - [Installation:](#installation)\n  - [Usage:](#usage)\n  - [Contributors:](#contributors)\n  - [References:](#references)\n\n## Key Features  \n- **Lexical Analysis:** Converts source code into tokens using a lexer.     \n- **Syntax Analysis:** Constructs a syntax tree from the tokenized input.  \n- **Error Handling \u0026 Recovery:** Implements strategies to detect and recover from lexical and syntax errors. \n\n## Installation:\n1. Clone the repository:  \n```sh\n   git clone https://github.com/AbhiramHande/CSF363-Project.git\n```\n2. Ensure you have **GCC**, **Make**, and a **Linux** environment installed.\n3. Run `make` to build the project.\n4. Run `./bin/prog.exe` to execute the project.\n   \n\n## Usage:\n- `make` → Compiles the project, generating `prog.exe` in `./bin/`.  \n- `make test` → Compiles and runs `tester.exe` with `test_target.exe`.  \n- `make clean` → Removes all object files and executables.  \n- `make debug` → Compiles `prog.exe` and runs it with `gdb` for debugging.  \n- `make help` → Displays all available options.  \n\n\n## Contributors:\nThe contributing members are\n1. (2021B4A71134P) Abhiram H \n2. (2021B5A71159P) Ankur Renduchintala \n3. (2021B3A71111P) Avyakth Kumar \n4. (2021B1A72281P) Suchit Chebolu \n5. (2022A7PS0013P) Vikram Hariharan \n\n## References:\n- Built using concepts from *Compilers: Principles, Techniques, and Tools* by Aho, Lam, Sethi, and Ullman.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhiramhande%2Fcsf363-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhiramhande%2Fcsf363-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhiramhande%2Fcsf363-project/lists"}