{"id":18258455,"url":"https://github.com/bartolomej/ralc","last_synced_at":"2025-04-08T23:20:07.631Z","repository":{"id":119583264,"uuid":"431114643","full_name":"bartolomej/ralc","owner":"bartolomej","description":"Programmable calculator 🔢","archived":false,"fork":false,"pushed_at":"2021-11-28T22:59:23.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-14T18:18:22.905Z","etag":null,"topics":["programming-language","school-assignment"],"latest_commit_sha":null,"homepage":"","language":"Java","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/bartolomej.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-23T13:38:28.000Z","updated_at":"2022-04-23T19:11:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"cdd7913b-ce51-426e-b99b-61502ec8e055","html_url":"https://github.com/bartolomej/ralc","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/bartolomej%2Fralc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartolomej%2Fralc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartolomej%2Fralc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartolomej%2Fralc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bartolomej","download_url":"https://codeload.github.com/bartolomej/ralc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247942123,"owners_count":21022107,"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":["programming-language","school-assignment"],"created_at":"2024-11-05T10:31:14.453Z","updated_at":"2025-04-08T23:20:07.529Z","avatar_url":"https://github.com/bartolomej.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ralc\n\nRalc is a simple programming language that uses [reverse polish notation](https://en.wikipedia.org/wiki/Reverse_Polish_notation) for its syntax. This was a university assignment project.\n\nRalc programs can be executed in REPL (Read-eval-print loop) tool. Here are a few examples of simple ralc programs:\n\n```\nWelcome to ralc!\nType '.help' for more info or '.exit' to exit.\n\n\u003e HelloWorld echo\nHelloWorld\n\n\u003e 1 2 swap odd echo\n1\n\n\u003e 13 ! echo\n1932053504\n```\n\nType `.help` to display help for all available commands or `.help \u003ccommand-pattern\u003e` to display help for a specific command.\n```\nWelcome to ralc!\nType '.help' for more info or '.exit' to exit.\n\n\u003e .help ech\necho       prints out the element at the top of the stack (stack remains unchanged)\n```\n\nFor a complete list of commands, see [`commands.md`](./commands.md).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartolomej%2Fralc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbartolomej%2Fralc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartolomej%2Fralc/lists"}