{"id":18559693,"url":"https://github.com/cvette/fcl-parser","last_synced_at":"2025-09-04T10:40:59.350Z","repository":{"id":16182873,"uuid":"18929399","full_name":"cvette/FCL-Parser","owner":"cvette","description":"A parser for the Fuzzy Control Language (FCL) in JavaScript (node.js).","archived":false,"fork":false,"pushed_at":"2014-12-09T16:50:42.000Z","size":460,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-15T16:15:01.793Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/cvette.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-19T00:08:19.000Z","updated_at":"2024-07-01T02:51:26.000Z","dependencies_parsed_at":"2022-09-04T06:20:58.559Z","dependency_job_id":null,"html_url":"https://github.com/cvette/FCL-Parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cvette/FCL-Parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvette%2FFCL-Parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvette%2FFCL-Parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvette%2FFCL-Parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvette%2FFCL-Parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvette","download_url":"https://codeload.github.com/cvette/FCL-Parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvette%2FFCL-Parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273595190,"owners_count":25134257,"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-09-04T02:00:08.968Z","response_time":61,"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":[],"created_at":"2024-11-06T22:00:19.328Z","updated_at":"2025-09-04T10:40:59.300Z","avatar_url":"https://github.com/cvette.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"FCL - Parser\n--------\nA parser for the Fuzzy Control Language (FCL) standardized by IEC 61131-7. FCL is a domain-specific programming language for fuzzy logic.\n\n###TODO\n* Testing\n\n\n###Install\nThere is no official release, yet. You can install it via this git repository for now:\n\n```\nnpm install git+http://github.com/cvette/FCL-Parser.git\n```\n\n###Usage\nThe parser can either be used directly in JavaScript or via the command line interface.\n\n####JavaScript\nParses the specified input and creates an abstract syntax tree (AST).\n```javascript\nvar fcl = require(\"fcl-parser\").Parser();\nvar result = fcl.parse(\"\u003cFCL DEFINITION\u003e\");\n```\n\n####Command Line Interface\nParses the input and writes the AST to a JSON file.\n```\nUsage: fcl-parser [options] \u003cfilename\u003e\n\n  Options:\n\n    -h, --help                output usage information\n    -V, --version             output the version number\n    -o, --outputFile [value]  JSON output file\n    -d, --debug               debug messages\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvette%2Ffcl-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcvette%2Ffcl-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvette%2Ffcl-parser/lists"}