{"id":19626567,"url":"https://github.com/softcircuits/silk","last_synced_at":"2025-09-04T19:09:00.198Z","repository":{"id":34969809,"uuid":"188342662","full_name":"SoftCircuits/Silk","owner":"SoftCircuits","description":"Simple Interpreted Language Kit (SILK). An easy way to add scripting and automation to your .NET applications.","archived":false,"fork":false,"pushed_at":"2024-04-02T04:24:54.000Z","size":401,"stargazers_count":17,"open_issues_count":1,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-10T04:58:08.946Z","etag":null,"topics":["compiler","csharp","csharp-library","interpreter","lexical-analyzer","parser"],"latest_commit_sha":null,"homepage":null,"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/SoftCircuits.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.txt","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":"2019-05-24T02:58:50.000Z","updated_at":"2024-04-02T04:24:58.000Z","dependencies_parsed_at":"2024-06-21T20:21:16.334Z","dependency_job_id":"5b674518-d25b-49c6-ae09-6682789a0ebb","html_url":"https://github.com/SoftCircuits/Silk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftCircuits%2FSilk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftCircuits%2FSilk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftCircuits%2FSilk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftCircuits%2FSilk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SoftCircuits","download_url":"https://codeload.github.com/SoftCircuits/Silk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224098943,"owners_count":17255545,"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":["compiler","csharp","csharp-library","interpreter","lexical-analyzer","parser"],"created_at":"2024-11-11T11:47:01.963Z","updated_at":"2024-11-11T11:47:03.500Z","avatar_url":"https://github.com/SoftCircuits.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Silk Library\n\n[![NuGet version (SoftCircuits.Silk)](https://img.shields.io/nuget/v/SoftCircuits.Silk.svg?style=flat-square)](https://www.nuget.org/packages/SoftCircuits.Silk/)\n\n```\nInstall-Package SoftCircuits.Silk\n```\n\n## Overview\n\n![Sample Program Screenshot](/docs/ScreenShot.png)\n\nThe Simple Interpreted Language Kit (SILK) is a .NET class library that makes it easy to add scripting and automation to your .NET applications.\n\nThe library includes three main components. A compiler, a compiled program, and a runtime. The compiler compiles the Silk source code to bytecode. This allows faster execution and also catches all source code syntax errors before running the Silk program.\n\nThe compiler produces a compiled program. A compiled program can be saved to a file, and later read from a file. This allows you to load and run a Silk program without recompiling it each time.\n\nFinally, the runtime component executes a compiled program.\n\nThe main power of this library is that it allows you to register your own functions and variables with the compiler and those functions and variables can be called from the Silk program. When one of your registered functions is called, the `Function` event is raised, allowing the host application to provide key functionality specific to the host application's domain.\n\nThe Silk language itself is designed to be relatively easy to learn. It has no semicolons or other excessive punctuation, and the language is not case sensitive.\n\nThis project includes both the class library (Silk), and a test project/solution (TestSilk). If you download everything and run it, it will run the TestSilk application. You just need the class library to include Silk in your own projects.\n\n## See Also:\n- [Using the Silk Library](docs/UsingLibrary.md)\n- [The Silk Language](docs/SilkLanguage.md)\n- [Internal Functions and Variables](docs/InternalFunctions.md)\n- [Sample Source Code](docs/Sample.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftcircuits%2Fsilk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftcircuits%2Fsilk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftcircuits%2Fsilk/lists"}