You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The YS compiler and runtime need to be configurable.
There are 2 main ways that YS code is compiled and evaluated and each need configuration:
The ys (ys-0) CLI command.
Needs to take a --config=<config-file> option (or YS_CONFIG var or default config file like ~/.yamlscript/config.yaml).
A programming language libyamlscript.so binding library has a YAMLScript::Loader class that will need to be instantiated with a YAMLScript::Config class.
The required configuration keys are yet to be determined but they need to default to no code evaluation.
The text was updated successfully, but these errors were encountered:
The YS compiler and runtime need to be configurable.
There are 2 main ways that YS code is compiled and evaluated and each need configuration:
ys
(ys-0
) CLI command.Needs to take a
--config=<config-file>
option (orYS_CONFIG
var or default config file like~/.yamlscript/config.yaml
).libyamlscript.so
binding library has aYAMLScript::Loader
class that will need to be instantiated with aYAMLScript::Config
class.The required configuration keys are yet to be determined but they need to default to no code evaluation.
The text was updated successfully, but these errors were encountered: