{"id":13571627,"url":"https://github.com/shivrm/risp","last_synced_at":"2025-04-04T08:31:45.182Z","repository":{"id":40456001,"uuid":"487194100","full_name":"shivrm/risp","owner":"shivrm","description":"Interpreted LISP-like language.","archived":false,"fork":false,"pushed_at":"2022-10-16T06:58:55.000Z","size":130,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-05T04:34:15.535Z","etag":null,"topics":["interpreter","lexer-parser","lisp","rust","wip"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/shivrm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-30T05:50:25.000Z","updated_at":"2024-03-19T18:37:58.000Z","dependencies_parsed_at":"2023-01-19T22:03:43.852Z","dependency_job_id":null,"html_url":"https://github.com/shivrm/risp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivrm%2Frisp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivrm%2Frisp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivrm%2Frisp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivrm%2Frisp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shivrm","download_url":"https://codeload.github.com/shivrm/risp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247147397,"owners_count":20891688,"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":["interpreter","lexer-parser","lisp","rust","wip"],"created_at":"2024-08-01T14:01:04.014Z","updated_at":"2025-04-04T08:31:40.174Z","avatar_url":"https://github.com/shivrm.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# RISP\n\n**Warning: The language is a work in progress. It's lacks many features and might not be stable.**\n\n**RISP** is an interpreted LISP-like language. It's written in Rust.\n\n# Features\nChecked entries have been implemented.\n- [x] Integers and Strings\n- [x] Floats\n- [ ] Better error reporting\n- [x] Operators\n- [ ] Variables\n- [ ] `if`-`else` expressions\n- [ ] `while` and `for` loops\n- [ ] Functions\n- [ ] Macros\n- [ ] Classes\n\n# Usage\nRust must be installed for compiling the code. The latest version is recommended. Installing `cargo` is also recommended.\n\n1. Clone the repo\n    ```\n    git clone https://github.com/shivrm/risp\n    ```\n    GitHub also lets you download the source code [as a ZIP](https://github.com/shivrm/risp/archive/refs/heads/main.zip).\n\n2. Navigate to project folder\n    ```\n    cd risp\n    ```\n\n3. Build and run with cargo\n    - Run without any arguments to start the REPL. This lets you interactively run statements - one at a time.\n        ```\n        cargo run\n        ```\n\n\n    - To execute code from a file, give the file path as a command-line argument. Replace `\u003cfile\u003e` with the path to the file:\n        ```\n        cargo run \u003cfile\u003e\n        ```\n\n    - Giving `bench` as a command-line argument will benchmark the lexer. Note that this might be performance intensive.\n        ```\n        cargo run bench\n        ```\n\n# Examples\nSee `scripts/example.risp` for an example RISP script. Run it with\n```\ncargo run scripts/example.risp\n```\n\n# License\nRISP is licensed under the MIT license. See [LICENSE.md](LICENSE.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivrm%2Frisp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivrm%2Frisp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivrm%2Frisp/lists"}