{"id":32268278,"url":"https://github.com/wallexd/darty_lisp","last_synced_at":"2026-02-21T02:02:01.626Z","repository":{"id":45486158,"uuid":"177448101","full_name":"walleXD/darty_lisp","owner":"walleXD","description":"A simple, darty (\u0026 incomplete) LISP interpreter implementation","archived":false,"fork":false,"pushed_at":"2023-12-15T14:50:18.000Z","size":15,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-12-15T15:57:41.555Z","etag":null,"topics":["dart","lisp","lisp-interpreter","programming-language"],"latest_commit_sha":null,"homepage":"https://pub.dartlang.org/packages/darty_lisp","language":"Dart","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/walleXD.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}},"created_at":"2019-03-24T17:41:33.000Z","updated_at":"2023-10-16T04:56:44.000Z","dependencies_parsed_at":"2022-07-15T06:00:33.425Z","dependency_job_id":null,"html_url":"https://github.com/walleXD/darty_lisp","commit_stats":null,"previous_names":[],"tags_count":2,"template":null,"template_full_name":null,"purl":"pkg:github/walleXD/darty_lisp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walleXD%2Fdarty_lisp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walleXD%2Fdarty_lisp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walleXD%2Fdarty_lisp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walleXD%2Fdarty_lisp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walleXD","download_url":"https://codeload.github.com/walleXD/darty_lisp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walleXD%2Fdarty_lisp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29671513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T00:11:43.526Z","status":"online","status_checked_at":"2026-02-21T02:00:07.432Z","response_time":107,"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":["dart","lisp","lisp-interpreter","programming-language"],"created_at":"2025-10-22T22:11:12.129Z","updated_at":"2026-02-21T02:02:01.618Z","avatar_url":"https://github.com/walleXD.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Darty LISP\n\nA library for LISP developers looking for Darty expreinces.\n\n## Usage\n\nA simple usage example:\n\n```dart\nimport 'package:darty_lisp/darty_lisp.dart';\n\nmain() {\n  // Lexer to generate tokens for LISP programs\n  Tokens lexer = new Tokens();\n  lexer.program = '(add 2 3)';\n  lexer.generate();\n\n  lexer.prettyPrint();\n}\n```\n\n## Features and bugs\n\nPlease file feature requests and bugs at the [issue tracker][tracker].\n\n[tracker]: https://github.com/walleXD/darty_lisp/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwallexd%2Fdarty_lisp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwallexd%2Fdarty_lisp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwallexd%2Fdarty_lisp/lists"}