{"id":22624647,"url":"https://github.com/barrettotte/recursive-descent-gui-parser","last_synced_at":"2025-06-12T01:04:55.930Z","repository":{"id":114091158,"uuid":"94699395","full_name":"barrettotte/Recursive-Descent-GUI-Parser","owner":"barrettotte","description":"GUI generator for college course","archived":false,"fork":false,"pushed_at":"2018-09-23T02:27:58.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-12T01:04:48.564Z","etag":null,"topics":["gui","java","parse","recursive-descent"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"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/barrettotte.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":"2017-06-18T16:29:14.000Z","updated_at":"2022-07-10T21:48:57.000Z","dependencies_parsed_at":"2023-06-12T14:00:37.895Z","dependency_job_id":null,"html_url":"https://github.com/barrettotte/Recursive-Descent-GUI-Parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/barrettotte/Recursive-Descent-GUI-Parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrettotte%2FRecursive-Descent-GUI-Parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrettotte%2FRecursive-Descent-GUI-Parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrettotte%2FRecursive-Descent-GUI-Parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrettotte%2FRecursive-Descent-GUI-Parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barrettotte","download_url":"https://codeload.github.com/barrettotte/Recursive-Descent-GUI-Parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrettotte%2FRecursive-Descent-GUI-Parser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259374732,"owners_count":22847856,"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":["gui","java","parse","recursive-descent"],"created_at":"2024-12-09T00:17:12.676Z","updated_at":"2025-06-12T01:04:55.911Z","avatar_url":"https://github.com/barrettotte.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Recursive-Descent-GUI-Parser\nGenerate GUI using a defined GUI grammar language and parses using recursive descent\nCreated for my class CMSC 330 - Advanced Programming Languages\n\n\n![screenshot01](screenshot01.PNG)\n\nGUI Grammar Language:\n```\ngui ::=\n        Window STRING '(' NUMBER ',' NUMBER ')' layout widgets End '.'\n    layout ::=\n        Layout layout_type ':'\n    layout_type ::=\n        Flow |\n        Grid '(' NUMBER ',' NUMBER [',' NUMBER ',' NUMBER] ')'\n    widgets ::=\n        widget widgets |\n        widget\n    widget ::=\n        Button STRING ';' |\n        Group radio_buttons End ';' |\n        Label STRING ';' |\n        Panel layout widgets End ';' |\n        Textfield NUMBER ';'\n    radio_buttons ::=\n        radio_button radio_buttons |\n        radio_button\n    radio_button ::=\n        Radio STRING ';'\n```\n\nInput File:\n```\nWindow \"Calculator\" (200, 200) Layout Flow:\n\tTextfield 20;\n\tPanel Layout Grid(4, 3, 5, 5):\n\t\tButton \"7\";\n\t\tButton \"8\";\n\t\tButton \"9\";\n\t\tButton \"4\";\n\t\tButton \"5\";\n\t\tButton \"6\";\n\t\tButton \"1\";\n\t\tButton \"2\";\n\t\tButton \"3\";\n\t\tLabel \"\";\n\t\tButton \"0\";\n\tEnd;\nEnd.\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarrettotte%2Frecursive-descent-gui-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarrettotte%2Frecursive-descent-gui-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarrettotte%2Frecursive-descent-gui-parser/lists"}