{"id":20154088,"url":"https://github.com/exclud/rubyparser","last_synced_at":"2026-05-08T12:43:57.572Z","repository":{"id":149813271,"uuid":"619318556","full_name":"exclud/RubyParser","owner":"exclud","description":"A Parser for Ruby","archived":false,"fork":false,"pushed_at":"2023-04-05T06:56:16.000Z","size":148,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T12:27:38.804Z","etag":null,"topics":["c","parser","ruby","rubyparser","yacc","yacc-lex"],"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/exclud.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":"2023-03-26T22:01:15.000Z","updated_at":"2023-08-15T06:55:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"9670f91b-c407-4c14-8981-e67f803a6dd4","html_url":"https://github.com/exclud/RubyParser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exclud%2FRubyParser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exclud%2FRubyParser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exclud%2FRubyParser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exclud%2FRubyParser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exclud","download_url":"https://codeload.github.com/exclud/RubyParser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241593234,"owners_count":19987521,"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","parser","ruby","rubyparser","yacc","yacc-lex"],"created_at":"2024-11-13T23:24:48.005Z","updated_at":"2026-05-08T12:43:52.548Z","avatar_url":"https://github.com/exclud.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Ruby Parser\n\nThis is a fully functioning Parser for Ruby using Yacc. Yacc generates a parser from a grammar file, which defines the rules for your language. \n\n\n\n## Features\n\n - Support for arithmetic expressions including addition, subtraction, multiplication, division, and parentheses for grouping. \n- Support Integer Values.\n- Supports Variables and Assignments.\n- Support for String Variables. \n## Installation\n\nTo run the parser, you need to install Yacc and Lex: \n\n    sudo apt-get install bison flex\n\nIn the project directory, run the following commands to Generate lexer and parser:\n\n    yacc -d parser.y\n    lex -o lexer.c lexer.l\n\nTo compile the parser and lexer:\n\n    gcc -o parser y.tab.c lexer.c -lfl\n\nTo test the parser run : \n    \n    ./parser test.txt","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexclud%2Frubyparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexclud%2Frubyparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexclud%2Frubyparser/lists"}