{"id":22404732,"url":"https://github.com/lussierc/boscopl","last_synced_at":"2025-10-11T15:13:01.778Z","repository":{"id":105420667,"uuid":"187124312","full_name":"lussierc/boscoPL","owner":"lussierc","description":"A fun \u0026 simple programming language.","archived":false,"fork":false,"pushed_at":"2019-05-17T01:35:45.000Z","size":141,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-08T12:04:45.753Z","etag":null,"topics":["parser","programming-language","python","scanner"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/lussierc.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,"zenodo":null}},"created_at":"2019-05-17T01:16:57.000Z","updated_at":"2019-11-22T19:09:21.000Z","dependencies_parsed_at":"2023-06-25T21:50:58.191Z","dependency_job_id":null,"html_url":"https://github.com/lussierc/boscoPL","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lussierc/boscoPL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lussierc%2FboscoPL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lussierc%2FboscoPL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lussierc%2FboscoPL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lussierc%2FboscoPL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lussierc","download_url":"https://codeload.github.com/lussierc/boscoPL/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lussierc%2FboscoPL/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007601,"owners_count":26084333,"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-10-11T02:00:06.511Z","response_time":55,"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":["parser","programming-language","python","scanner"],"created_at":"2024-12-05T10:14:42.841Z","updated_at":"2025-10-11T15:13:01.772Z","avatar_url":"https://github.com/lussierc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Bosco Programming Language\n\n## Project Overview\nThis repository contains a work in progress programming language called `Bosco`.\nNamed after the lovable dog who roams around the home of the Allegheny College Department of Computer Science, Bosco is a simple programming language that draws\ninspiration from languages such as Java, Python, and Decaf. Bosco contains many\ndog-related elements and keywords, making it perfect for you or your super-\nintelligent dog to use!\n\nThe project contains Bosco's grammar as well as a simple scanner and parser to\ntest Bosco programs with. Additionally, sample Bosco programs can be found in\nthe `src/samplePrograms` folder.\n\n## Running The Scanner/Parser\nTo run the scanner/parser combo for the Bosco programming langauge, first ensure\nPython3 is installed on your machine.\n\nFinally, to run the scanner/parser while in the project's main directory, run the command below:\n```\npython3 src/parse_bosco.py FILENAME.bsco\n```\n\n### Example Run\nFirst make sure Python3 is installed on your machine.\n\nTo run Bosco's scanner/parser while in the main directory with one of the\nsample programs located in the `src/samplePrograms` directory, first follow the steps above.\n\nFor running the project with `basicSyntax.bsco` use the command:\n```\npython3 src/parse_bosco.py samplePrograms/basicSyntax.bsco\n```\n\nOr, to run the program while in the `src` folder with `basicSyntax.bsco`, simply use the command:\n```\npython3 parse_bosco.py samplePrograms/basicsyntax.bsco\n```\n\n## Project File Organization\n- `docs` folder: Contains documents related to the project.\n  sample programs.\n  - `writing` folder: Contains the writing for the project. Interested users can read more into the thought process about Bosco and find out about more of its attributes by reading these documents.\n  - `sampleOutput` folder: Contains the output from the scanner/parser for the test programs.\n- `src` folder: Houses the code for the scanner/parser in the file `parse_bosco.py`\n  - `samplePrograms` folder: Contains sample/test Bosco programs.\n\n## Ideas or Issues?\nPlease make an issue in the project's GitHub Issue Tracker.\n\nThere is no guarantee that this project will be updated again.\n\n## Contributors\nThanks to those who contributed to this project:\n  - Christian Lussier ([See GitHub Profile](https://github.com/lussierc))\n  - Zach Andrews ([See GitHub Profile](https://github.com/ZachAndrews98))\n  - Devin Spitalny ([See GitHub Profile](https://github.com/spitalnyd))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flussierc%2Fboscopl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flussierc%2Fboscopl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flussierc%2Fboscopl/lists"}