{"id":27066091,"url":"https://github.com/maxrt101/ff","last_synced_at":"2026-02-27T11:13:09.152Z","repository":{"id":40461954,"uuid":"485772148","full_name":"maxrt101/ff","owner":"maxrt101","description":"Scripting language","archived":false,"fork":false,"pushed_at":"2022-12-28T23:35:40.000Z","size":319,"stargazers_count":4,"open_issues_count":18,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T18:51:32.081Z","etag":null,"topics":["compiler","cpp17","programming-language","python3","scripting-language"],"latest_commit_sha":null,"homepage":"","language":"C++","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/maxrt101.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}},"created_at":"2022-04-26T12:16:06.000Z","updated_at":"2023-04-26T06:48:47.000Z","dependencies_parsed_at":"2023-01-31T07:45:17.966Z","dependency_job_id":null,"html_url":"https://github.com/maxrt101/ff","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxrt101/ff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxrt101%2Fff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxrt101%2Fff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxrt101%2Fff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxrt101%2Fff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxrt101","download_url":"https://codeload.github.com/maxrt101/ff/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxrt101%2Fff/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268294091,"owners_count":24227611,"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-01T02:00:08.611Z","response_time":67,"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":["compiler","cpp17","programming-language","python3","scripting-language"],"created_at":"2025-04-05T18:34:57.559Z","updated_at":"2026-02-27T11:13:04.112Z","avatar_url":"https://github.com/maxrt101.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/maxrt101/ff/blob/main/docs/logo.png?raw=true\" width=\"300\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eFF Programing Language\u003c/h1\u003e\n\n\u003c!--\n[![build](https://github.com/maxrt101/ff/actions/workflows/build.yml/badge.svg)](https://github.com/maxrt101/ff/actions/workflows/build.yml)\n--\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/maxrt101/ff/actions/workflows/build.yml\"\u003e\n    \u003cimg src=\"https://github.com/maxrt101/ff/actions/workflows/build.yml/badge.svg\" alt=\"build\"\u003e \n  \u003c/a\u003e\n\u003c/p\u003e\n\n## About\nff is a general purpose scripting language with dynamic and gradual typing.  \nIt was developed to be easily used within C++ applications (which also means bindings for other languages should be fairly easy to implement).  \n\n\n## Building\n### Prerequisites:\n  - Linux or MacOS environment (WSL works too)\n  - `C++` compiler that supports `c++17` (tested with `apple clang 11.0.3`, `gcc 10.2.0` and `gcc 9.4.0`)\n  - `python3` (tested with `3.10.0`)\n\n### Steps:\n - Clone the repo\n - `cd ff`\n - `git submodule update --init --recursive`\n - `./make.py`\n\nExecutable will appear in `target/release/bin`, headers and libraries in `target/release/include` and `target/release/lib` respectively.  \n\nFor more verbose output use `-v`  \nTo see output of the commands, use `-o`  \n\nTo make a debug build, use `-p debug` option, you can also provide a (comma separated) list of features with `--feature FEATURES`.  \nSupported features: `LOG_STDOUT_ONLY`.  \nSupported debug features: `MEM`, `REF`, `EVAL`, `DISASM`, `TOKENS`, `TREE`, `TRACE`, `SCOPES`, `GLOBALS`, `NOCATCH`.  \n\nBuild system keeps track of changed source files, and on subsequent builds will only recompile files that have changed. To force recompilation of everything, use `-f` flag.  \n\n### Tests:\nTo run tests execute `./make.py test` (or directly with `./tests/run.sh`)  \nUsage of `run.sh`: `./tests/run.py [OPTION] PROFILE [TEST...]`  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxrt101%2Fff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxrt101%2Fff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxrt101%2Fff/lists"}