{"id":19984654,"url":"https://github.com/twilightcoders/erle","last_synced_at":"2025-10-08T08:34:11.209Z","repository":{"id":74486292,"uuid":"119459990","full_name":"TwilightCoders/erle","owner":"TwilightCoders","description":"Ruby Erlang Expressions Parser","archived":false,"fork":false,"pushed_at":"2019-06-10T20:44:24.000Z","size":20,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T17:54:54.362Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TwilightCoders.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-01-30T00:30:44.000Z","updated_at":"2019-06-10T20:44:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"375d4b6c-81e0-441a-a110-f1a739a62548","html_url":"https://github.com/TwilightCoders/erle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TwilightCoders/erle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TwilightCoders%2Ferle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TwilightCoders%2Ferle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TwilightCoders%2Ferle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TwilightCoders%2Ferle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TwilightCoders","download_url":"https://codeload.github.com/TwilightCoders/erle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TwilightCoders%2Ferle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278914569,"owners_count":26067909,"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-08T02:00:06.501Z","response_time":56,"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":[],"created_at":"2024-11-13T04:19:47.524Z","updated_at":"2025-10-08T08:34:11.170Z","avatar_url":"https://github.com/TwilightCoders.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Version      ](https://img.shields.io/gem/v/erle.svg?maxAge=2592000)](https://rubygems.org/gems/erle)\n[![Build Status ](https://travis-ci.org/TwilightCoders/erle.svg)](https://travis-ci.org/TwilightCoders/erle)\n[![Code Climate ](https://api.codeclimate.com/v1/badges/762cdcd63990efa768b0/maintainability)](https://codeclimate.com/github/TwilightCoders/erle/maintainability)\n[![Test Coverage](https://codeclimate.com/github/TwilightCoders/erle/badges/coverage.svg)](https://codeclimate.com/github/TwilightCoders/erle/coverage)\n[![Dependencies ](https://gemnasium.com/badges/github.com/TwilightCoders/erle.svg)](https://gemnasium.com/github.com/TwilightCoders/erle)\n\n# ERLE::Parser\n\nhttp://erlang.org/doc/reference_manual/data_types.html\n\nErlang Expressions are a bit different from your typical programming language. ERLE::Parser helps by parsing a string of expressions into a rich (or otherwise) data-structure for Ruby to consume.\n\n## Requirements\nRuby 2.2+\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'erle'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install erle\n\n## Usage\n\n```ruby\nERLE.parse(\" {a,[{a_foo,'ABCDE',\\\"ABCDE\\\",\u003c\u003c\\\"ABCDE\\\"\u003e\u003e}]} \")\n$ {:a=\u003e[{:a_foo=\u003e[\"ABCDE\", \"ABCDE\", \"ABCDE\"]}]}\n```\n\n## Development\n\nAfter checking out the repo, run `bundle` to install dependencies. Then, run `bundle exec rspec` to run the tests.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/TwilightCoders/erle. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwilightcoders%2Ferle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwilightcoders%2Ferle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwilightcoders%2Ferle/lists"}