{"id":15601696,"url":"https://github.com/kevindasilvas/sparser-invaders","last_synced_at":"2026-04-20T09:03:19.978Z","repository":{"id":102004003,"uuid":"396156013","full_name":"KevinDaSilvaS/sparser-invaders","owner":"KevinDaSilvaS","description":"Json parser CLI, using compilers principles and techniques that translates to js objects and .yml files","archived":false,"fork":false,"pushed_at":"2024-04-15T23:10:44.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T22:03:16.247Z","etag":null,"topics":["cli","cli-app","compilers","haskell","js","json","parser","yml"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KevinDaSilvaS.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":"LICENSE","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":"2021-08-14T23:14:16.000Z","updated_at":"2023-02-13T20:16:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"81fcd743-c337-45aa-a712-55dcffcee3ee","html_url":"https://github.com/KevinDaSilvaS/sparser-invaders","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KevinDaSilvaS/sparser-invaders","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinDaSilvaS%2Fsparser-invaders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinDaSilvaS%2Fsparser-invaders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinDaSilvaS%2Fsparser-invaders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinDaSilvaS%2Fsparser-invaders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KevinDaSilvaS","download_url":"https://codeload.github.com/KevinDaSilvaS/sparser-invaders/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinDaSilvaS%2Fsparser-invaders/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32040353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["cli","cli-app","compilers","haskell","js","json","parser","yml"],"created_at":"2024-10-03T02:24:21.240Z","updated_at":"2026-04-20T09:03:19.931Z","avatar_url":"https://github.com/KevinDaSilvaS.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sparser-invaders\n\n### A haskell CLI app to parse json files and translate them into js objects and/or yml files using compiler techniques and tools\n#### [LEXICAL ANALYSIS] - Tokenizing symbols in\n##### \n`` OpenObjToken       | \n  CloseObjToken      | \n  IdentifierKeyToken |\n  StringToken        |\n  NumberToken        |\n  NullToken          |\n  OpenArrayToken     |\n  CloseArrayToken    |\n  BooleanToken       |\n  SeparatorToken     |\n  Empty --end of file\n  ``\n\n\u003cimg src=\"https://i.postimg.cc/PqY691f5/lexerror.jpg\"\u003e\n \n#### [SINTATIC ANALYSIS] - Using free context grammar to check if tokens are in the right place \n##### ``A -\u003e [C] | {K} | {} | []``\n##### ``C -\u003e TEC | T``\n##### ``K -\u003e \"key\":TEK | \"key\":T``\n##### ``E -\u003e ,``\n##### ``T -\u003e \"str\" | 0-9 | 0.0-9.9 | A | true | false | null``\n\n\u003cimg src=\"https://i.postimg.cc/Wb1HzD85/sintatic-error.jpg\"\u003e\n\n#### [SEMANTIC ANALYSIS] - As warnings to inform the user of duplicated keys in the same scope\n\n\u003cimg src=\"https://i.postimg.cc/4xrLWWg0/warnings.jpg\"\u003e\n\n#### [CODE GEN] - From the tokens IR is built and soon transformed in a yml and/ or js file\n\n\u003cimg src=\"https://i.postimg.cc/vZ127pp9/success.jpg\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevindasilvas%2Fsparser-invaders","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevindasilvas%2Fsparser-invaders","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevindasilvas%2Fsparser-invaders/lists"}