Converting a argmap file into mup and then back again
e.g.
-
cat Input/Example1_ClearlyFalse_WhiteSwan_simplified.yml | lua argmap2mup > Output/Example1_ClearlyFalse_WhiteSwan_simplified.mup
-
lua mup2argmap Output/Example1_ClearlyFalse_WhiteSwan_simplified.mup > Output/Example1_ClearlyFalse_WhiteSwan_simplified_roundtrip.yml
resulted in the following differences to the original:
- Reasons and objection order reversed
- vscode warning: The character U+2019 "’" could be confused with the character U+0060 "`", which is more common in source code.
Converting a argmap file into mup and then back again
e.g.
cat Input/Example1_ClearlyFalse_WhiteSwan_simplified.yml | lua argmap2mup > Output/Example1_ClearlyFalse_WhiteSwan_simplified.mup
lua mup2argmap Output/Example1_ClearlyFalse_WhiteSwan_simplified.mup > Output/Example1_ClearlyFalse_WhiteSwan_simplified_roundtrip.yml
resulted in the following differences to the original: