An exact port of the MiniScript C# interpreter for Dart.
Run on your terminal.
dart pub global activate miniscript
Run this on your workspace terminal
dart pub add miniscript
Just run this on your terminal.
miniscript --help
Please check the example folder.
Due to how Dart's typings work, we are unable to make a floatValue
function thus we have to enforce the use of single floating point type.