{"id":18587576,"url":"https://github.com/InAnYan/old-lisp-cpp-project-generator","last_synced_at":"2025-08-29T15:32:19.099Z","repository":{"id":206299507,"uuid":"710946101","full_name":"InAnYan/old-lisp-cpp-project-generator","owner":"InAnYan","description":"C++ project generator","archived":true,"fork":false,"pushed_at":"2023-11-08T20:39:29.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T17:57:31.443Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Common Lisp","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/InAnYan.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}},"created_at":"2023-10-27T19:39:45.000Z","updated_at":"2025-02-11T11:28:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"092557a8-e0e6-491d-a7b4-6be37eda5e50","html_url":"https://github.com/InAnYan/old-lisp-cpp-project-generator","commit_stats":null,"previous_names":["inanyan/lisp-cpp-project-generator","inanyan/old-lisp-cpp-project-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/InAnYan/old-lisp-cpp-project-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InAnYan%2Fold-lisp-cpp-project-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InAnYan%2Fold-lisp-cpp-project-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InAnYan%2Fold-lisp-cpp-project-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InAnYan%2Fold-lisp-cpp-project-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InAnYan","download_url":"https://codeload.github.com/InAnYan/old-lisp-cpp-project-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InAnYan%2Fold-lisp-cpp-project-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272710033,"owners_count":24980352,"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-08-29T02:00:10.610Z","response_time":87,"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-07T00:39:38.598Z","updated_at":"2025-08-29T15:32:18.850Z","avatar_url":"https://github.com/InAnYan.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C++ project generator\nA simple program written in Lisp that generates C++ project files.\n\n## Usage:\n```sh\nsbcl --script cpp-project-generator.lisp path\n```\nWhere: `path` - path to the description of the project.\n\n## Grammar of description file\n```\nnode\n```\nWhere `node` is one of the following:\n```\n(namespace NAME  ; NAME is a string.\n  node*)\n```\nor\n```\n(klass NAME)  ; NAME is a string.\n```\nor\n```\n(exception NAME  ; NAME is a string.\n  var*)\n```\nWhere `var` is:\n```\n(TYPE NAME)  ; TYPE and NAME are strings.\n```\n\n## Generation of project tree\n- Every `namespace` corresponds to a new folder and a C++ namespace.\n- Every `klass` corresponds to two files in the same directory: header (`.hpp`) and implementation (`.cpp`). The class will have namespaces as specified in the description.\n- Every `exception` is like a `klass` but it is tuned to exception. It generates appropriate getters and setters for user-defined fields. For more information try running `example.lisp` file.\n\n## Files:\n- `cpp-project-generator.lisp`: main executable.\n- `files-generator.lisp`: functions that generate files.\n- `macro-reader.lisp`: transforms description files into correct Lisp program that calls functions from `files-generator.lisp`.\n\n## Extra\nThis repository contatins file `start-project.lisp` which initializes an empty C++ project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FInAnYan%2Fold-lisp-cpp-project-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FInAnYan%2Fold-lisp-cpp-project-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FInAnYan%2Fold-lisp-cpp-project-generator/lists"}