{"id":20527199,"url":"https://github.com/raulil/plorth-parser","last_synced_at":"2026-06-05T17:31:32.260Z","repository":{"id":57325983,"uuid":"101784856","full_name":"RauliL/plorth-parser","owner":"RauliL","description":"Parser for Plorth programming language","archived":false,"fork":false,"pushed_at":"2018-01-27T09:41:03.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-16T14:51:28.777Z","etag":null,"topics":["parser","plorth","typescript-library"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RauliL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-29T16:50:54.000Z","updated_at":"2017-10-24T18:39:50.000Z","dependencies_parsed_at":"2022-09-21T01:42:29.527Z","dependency_job_id":null,"html_url":"https://github.com/RauliL/plorth-parser","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RauliL%2Fplorth-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RauliL%2Fplorth-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RauliL%2Fplorth-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RauliL%2Fplorth-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RauliL","download_url":"https://codeload.github.com/RauliL/plorth-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242133466,"owners_count":20077097,"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":["parser","plorth","typescript-library"],"created_at":"2024-11-15T23:17:48.093Z","updated_at":"2025-03-06T01:48:47.493Z","avatar_url":"https://github.com/RauliL.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plorth parser [![travis][travis-image]][travis-url] [![coveralls][coveralls-image]][coveralls-url] [![npm][npm-image]][npm-url]\n\n[travis-image]: https://img.shields.io/travis/RauliL/plorth-parser/master.svg\n[travis-url]: https://travis-ci.org/RauliL/plorth-parser\n[coveralls-image]: https://coveralls.io/repos/github/RauliL/plorth-parser/badge.svg?branch=master\n[coveralls-url]: https://coveralls.io/github/RauliL/plorth-parser\n[npm-image]: https://img.shields.io/npm/v/plorth-parser.svg\n[npm-url]: https://npmjs.org/package/plorth-parser\n\nParser for the [Plorth] programming language, written in TypeScript.\n\n[Plorth]: https://github.com/RauliL/plorth\n\n## Usage example\n\n```TypeScript\nimport parse from \"plorth-parser\";\n\nconst program = parse(\"'Hello, World!' println\");\n\nconsole.log(program[0].type); // \"string\"\nconsole.log(program[1].type); // \"symbol\"\nconsole.log(program[1].id);   // \"println\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulil%2Fplorth-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraulil%2Fplorth-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulil%2Fplorth-parser/lists"}