03SLCodec.bat

[bat]
REM This batch shows how to launch the SLCodec to parse an SLExpression

call 01setClassPath
cd ..
java jade.content.lang.sl.SLCodec 3
[/bat]