Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 6.4% forks on nuget.org

nuget.org : softcircuits.silk

The Simple Interpreted Language Kit (SILK) is a .NET class library that makes it easy to add scripting and automation to your .NET applications. The 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. The 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. Finally, the runtime component can execute a compiled program. The 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. The Silk language itself is designed to be relatively easy to learn. It has no semicolons or other excessive punctuation, it's not case sensitive and is very flexible about expressions involving mixed data types.

Registry - Homepage - JSON
purl: pkg:nuget/softcircuits.silk
Keywords: interpreter, script, scripting, .net, compiler, runtime, bytecode, automation, csharp, csharp-library, lexical-analyzer, parser
License: MIT
Latest release: about 2 months ago
First release: almost 5 years ago
Downloads: 4,769 total
Stars: 17 on GitHub
Forks: 6 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 19 days ago

    Loading...
    Readme
    Loading...