{"id":20835370,"url":"https://github.com/dramforever/fiveth","last_synced_at":"2025-10-03T21:21:48.030Z","repository":{"id":187877455,"uuid":"677719993","full_name":"dramforever/fiveth","owner":"dramforever","description":"A stack-based language implemented in RISC-V assembly","archived":false,"fork":false,"pushed_at":"2024-04-04T16:26:55.000Z","size":110,"stargazers_count":17,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-31T16:34:02.709Z","etag":null,"topics":["assembly","forth-like","riscv"],"latest_commit_sha":null,"homepage":"","language":"Assembly","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/dramforever.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}},"created_at":"2023-08-12T12:10:33.000Z","updated_at":"2024-06-06T04:20:49.000Z","dependencies_parsed_at":"2023-08-12T15:08:03.170Z","dependency_job_id":"a371aadd-9d8a-45de-8628-43521096c5fa","html_url":"https://github.com/dramforever/fiveth","commit_stats":null,"previous_names":["dramforever/fiveth"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dramforever%2Ffiveth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dramforever%2Ffiveth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dramforever%2Ffiveth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dramforever%2Ffiveth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dramforever","download_url":"https://codeload.github.com/dramforever/fiveth/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252987453,"owners_count":21836355,"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":["assembly","forth-like","riscv"],"created_at":"2024-11-18T00:24:26.709Z","updated_at":"2025-10-03T21:21:42.986Z","avatar_url":"https://github.com/dramforever.png","language":"Assembly","readme":"# Fiveth\n\nA stack-based language implemented in RISC-V assembly.\n\n## Building and running Fiveth\n\n- Edit `config.mk` to suit your environment\n- `make` to build the program\n\nWith the default config this should end a message like:\n\n```\n* Build complete: build/fiveth\n```\n\nThe default configuration is to run an interactive Fiveth shell that works under\na 64-bit RISC-V Linux environment. You can now:\n\n- `make qemu` to run it in QEMU user-mode emulation\n- `make run` to run it directly, if you are actually on RISC-V\n\nTry typing some simple Fiveth programs. Outputs are shown after a semicolon.\n\n```\n0 \u003e 1 2 + .  ; 3\n0 \u003e 10 [ . ] count  ; 0 1 2 3 4 5 6 7 8 9\n0 \u003e \"Hello, world!\" s.  ; Hello, world!\n```\n\nPress Ctrl-D to quit. [`docs/shell.md`](docs/shell.md) has more details on\nrunning and using the Fiveth interactive shell.\n\n## Installing the required tools\n\nOn Ubuntu 22.04:\n\n```console\n# apt install qemu-user make\n# # If using GNU toolchain\n# apt install gcc-riscv64-linux-gnu\n# # If using LLVM toolchain\n# apt install clang lld\n```\n\nIf you have Nix, you can try to use the provided `shell.nix` or `flake.nix`.\n\nOn other systems, you can try to acquire a LLVM toolchain or a RISC-V toolchain,\nas well as GNU make. To run Fiveth in an emulator, `qemu-riscv64` can be used to\nemulate a Linux binary but is only supported on Linux hosts.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdramforever%2Ffiveth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdramforever%2Ffiveth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdramforever%2Ffiveth/lists"}