Commit graph

6 commits

Author SHA1 Message Date
Jarosław Konik
53479f94b5
Ruby support (#19)
Some checks are pending
Book / test (push) Waiting to run
Deploy book / deploy (push) Waiting to run
Rust / build (push) Waiting to run
Add support for Ruby language
2025-05-27 19:19:52 +02:00
Jarosław Konik
297bffd060
Make value struct fields public, add examples (#44) 2025-05-07 14:23:26 +02:00
Dennis
be8a80519d
Added add_scripting_api function to AppBuilder (#23)
* Added `add_scripting_api` function to builder
2024-07-17 10:36:00 +02:00
Jarosław Konik
6726e40768
Lua support (#16)
* adds Lua language support
* makes the library generic, allowing for easy extension for more languages
* small improvements and fixes
2024-06-16 07:06:09 +02:00
Jarosław Konik
6f35089693
Apply side effects after running system (#5)
Deferred side effects(Commands) that were pushed in scripting exposed
systems were never applied. This commit applies deferred
2023-08-23 17:23:32 +02:00
fc4a525182 First commit 2023-06-21 16:22:12 +02:00