{"id":16594915,"url":"https://github.com/symind/monaco-govaluate","last_synced_at":"2025-07-07T14:33:52.834Z","repository":{"id":96504873,"uuid":"560370720","full_name":"SyMind/monaco-govaluate","owner":"SyMind","description":"Govaluate expression for monaco-editor","archived":false,"fork":false,"pushed_at":"2022-11-09T14:05:08.000Z","size":97,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T18:18:47.010Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/SyMind.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-01T10:52:21.000Z","updated_at":"2024-05-11T12:25:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"6cdbbb65-22b0-4937-afd0-0ca6704e0744","html_url":"https://github.com/SyMind/monaco-govaluate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SyMind/monaco-govaluate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyMind%2Fmonaco-govaluate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyMind%2Fmonaco-govaluate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyMind%2Fmonaco-govaluate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyMind%2Fmonaco-govaluate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SyMind","download_url":"https://codeload.github.com/SyMind/monaco-govaluate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyMind%2Fmonaco-govaluate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264092382,"owners_count":23556286,"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":[],"created_at":"2024-10-11T23:47:54.996Z","updated_at":"2025-07-07T14:33:52.806Z","avatar_url":"https://github.com/SyMind.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Monaco Govaluate\n\n[Govaluate](https://github.com/Knetic/govaluate) expressions plugin for the Monaco Editor.\n\n# BNF\n\n```\nseparator_expression :\n    ternary_expression\n    separator_expression COMMA ternary_expression\n\nternary_expression :\n\tlogical_or_expression\n\tternary_expression TERNARY logical_or_expression\n\nlogical_or_expression :\n\tlogical_and_expression\n\tlogical_or_expression || logical_and_expression\n\nlogical_and_expression :\n\tcomparator_expression\n\tlogical_and_expression \u0026\u0026 comparator_expression\n\ncomparator_expression :\n\tbitwise_expression\n\tcomparator_expression COMPARATOR bitwise_expression\n\nbitwise_expression :\n\tshift_expression\n\tbitwise_expression BITWISE shift_expression\n\nshift_expression :\n\tadditive_expression\n\tshift_expression SHIFT additive_expression\n\nadditive_expression :\n\tmultiplicative_expression\n\tadditive_expression ADDITIVE multiplicative_expression\n\nmultiplicative_expression :\n\texponential_expression\n\tmultiplicative_expression MULTIPLICATIVE exponential_expression\n\nexponential_expression :\n\tprefix_expression\n\texponential_expression EXPONENTIAL prefix_expression\n\nprefix_expression :\n\tfunction_expression\n    PREFIX function_expression\n\nfunction_expression :\n    ACCESSOR\n    ACCESSOR RIGHT_PAREN separator_expression LEFT_PAREN\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymind%2Fmonaco-govaluate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsymind%2Fmonaco-govaluate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymind%2Fmonaco-govaluate/lists"}