Bat::Interpreter - Pure perl interpreter for a small subset of bat/cmd files
version 0.010
#!/usr/bin/env perl -w
use 5.0101;
use Bat::Interpreter;
my $interpreter = Bat::Interpreter->new;
$interpreter->run('basic.cmd');
say join("\n", @{$interpreter->executor->commands_executed});
Pure perl interpreter for a small subset of bat/cmd files.
Run the interpreter
Please report any bugs or feature requests via github: https://github.com/pablrod/p5-Bat-Interpreter/issues
Pablo Rodríguez González [email protected]
This software is Copyright (c) 2018 by Pablo Rodríguez González.
This is free software, licensed under:
The MIT (X11) License
- eva.dominguez [email protected]
- Eva Dominguez [email protected]
- pablo.rodriguez [email protected]
- Toby Inkster [email protected]