{"id":22072574,"url":"https://github.com/broxus/fift","last_synced_at":"2025-07-24T11:30:40.255Z","repository":{"id":184567709,"uuid":"672121834","full_name":"broxus/fift","owner":"broxus","description":"Rust implementation of the Fift esoteric language","archived":false,"fork":false,"pushed_at":"2025-05-09T18:18:53.000Z","size":378,"stargazers_count":11,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-13T08:47:47.094Z","etag":null,"topics":["blockchain","everscale","fift","rust","venom-blockchain","venom-developer-program","venom-tools"],"latest_commit_sha":null,"homepage":"https://fift.rs","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/broxus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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,"zenodo":null}},"created_at":"2023-07-29T02:06:28.000Z","updated_at":"2024-07-26T09:29:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"916b68ba-fb14-4e58-ae29-e4c54ae75a90","html_url":"https://github.com/broxus/fift","commit_stats":null,"previous_names":["broxus/fift"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/broxus/fift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/broxus%2Ffift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/broxus%2Ffift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/broxus%2Ffift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/broxus%2Ffift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/broxus","download_url":"https://codeload.github.com/broxus/fift/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/broxus%2Ffift/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266481732,"owners_count":23935938,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["blockchain","everscale","fift","rust","venom-blockchain","venom-developer-program","venom-tools"],"created_at":"2024-11-30T21:13:47.353Z","updated_at":"2025-07-24T11:30:39.835Z","avatar_url":"https://github.com/broxus.png","language":"Rust","readme":"# fift \u0026emsp; [![crates-io-batch]][crates-io-link] [![docs-badge]][docs-url] [![rust-version-badge]][rust-version-link] [![workflow-badge]][workflow-link]\n\n[crates-io-batch]: https://img.shields.io/crates/v/fift.svg\n\n[crates-io-link]: https://crates.io/crates/fift\n\n[docs-badge]: https://docs.rs/fift/badge.svg\n\n[docs-url]: https://docs.rs/fift\n\n[rust-version-badge]: https://img.shields.io/badge/rustc-1.70+-lightgray.svg\n\n[rust-version-link]: https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html\n\n[workflow-badge]: https://img.shields.io/github/actions/workflow/status/broxus/fift/master.yml?branch=master\n\n[workflow-link]: https://github.com/broxus/fift/actions?query=workflow%3Amaster\n\n\u003e Status: WIP\n\n## About\n\nRust implementation of the Fift esoteric language.\n\n## Installation\n\nCompile from source:\n```bash\ncurl https://sh.rustup.rs -sSf | sh\ncargo install --locked fift-cli\n```\n\nOr install as a binary:\n```bash\ncurl -fsSL https://fift.rs/install | bash\n```\n\n## Usage\n\n```\nUsage: fift [\u003csource_files...\u003e] [-n] [-i] [-I \u003cinclude\u003e] [-L \u003clib\u003e]\n\nA simple Fift interpreter. Type `bye` to quie, or `words` to get a list of all commands\n\nPositional Arguments:\n  source_files      a list of source files to execute (stdin will be used if\n                    empty)\n\nOptions:\n  -n, --bare        do not preload standard preamble file `Fift.fif`\n  -i, --interactive force interactive mode even if explicit source file names\n                    are indicated\n  -I, --include     sets color-separated library source include path. If not\n                    indicated, $FIFTPATH is used instead\n  -L, --lib         sets an explicit path to the library source file. If not\n                    indicated, a default one will be used\n  --help            display usage information\n  -v, --version     print version information and exit\n  -s                script mode: use first argument as a fift source file and\n                    import remaining arguments as $n\n```\n\n## Contributing\n\nWe welcome contributions to the project! If you notice any issues or errors, feel free to open an issue or submit a pull request.\n\n## License\n\n* The `fift` and `fift-proc` library crates are licensed under either of\n  * Apache License, Version 2.0 ([/LICENSE-APACHE](LICENSE-APACHE) or \u003chttps://www.apache.org/licenses/LICENSE-2.0\u003e)\n  * MIT license ([/LICENSE-MIT](LICENSE-MIT) or \u003chttps://opensource.org/licenses/MIT\u003e)\n\n  at your option.\n\n* The `fift-cli` and `fift-libs` crates are licensed under\n  * GNU Lesser General Public License v2.1 ([/cli/LICENSE](./cli/LICENSE) or \u003chttps://www.gnu.org/licenses/old-licenses/lgpl-2.1.html\u003e)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbroxus%2Ffift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbroxus%2Ffift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbroxus%2Ffift/lists"}