se TBX::XCS;
use TBX::XCS::JSON qw(xcs_from_json);
use File::Slurp;
my $rng;
if($ARGV[0] eq '--json'){
my $json = read_file($ARGV[1]);
my $xcs = xcs_from_json($json);
$rng = generate_rng(
nst the XCS constraints and the core TBX structure.
Passing C<--json> as the first argument will cause the script to expect
an XCS JSON file instead of an XML file.
=head1 AUTHOR
Nathan Glenn <garf