RSML v1.0.3 #1
mf366-dev
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
As of v1.0.3, we are currently working hard on finally releasing the documentation for RSML, but we thought that - since that still isn't done - we should talk about some of its coolest features.
New in v1.0.3
This latest version brings new features to the table, in special the expansion of the
anyRID.Basically, if you wanted to emulate the (perfectly valid)
anyruntime identifier, you'd have to use Regex manually.But now, you can emulate any yourself.
Example in the CLI:
cat myfile.rsml | ./RSML.CLI evaluate -x --no-prettyAnd it works perfectly fine, while also being more verbose.
However, please keep in mind
anyexpansion simply replaces it with the Regex mentioned above under the hood. Still, a pretty good tool.What about v1.0.2?
The previous version, v1.0.2, brought custom RIDs, so you could emulate RSML, for example, for Windows on Linux easily.
All reactions