Skip to content

juanrad/p5-Bat-Interpreter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Bat::Interpreter - Pure perl interpreter for a small subset of bat/cmd files

VERSION

version 0.010

SYNOPSIS

#!/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});

DESCRIPTION

Pure perl interpreter for a small subset of bat/cmd files.

METHODS

run

Run the interpreter

BUGS

Please report any bugs or feature requests via github: https://github.com/pablrod/p5-Bat-Interpreter/issues

AUTHOR

Pablo Rodríguez González [email protected]

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018 by Pablo Rodríguez González.

This is free software, licensed under:

The MIT (X11) License

CONTRIBUTORS

About

Bat/CMD file interpreter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 94.2%
  • Batchfile 5.8%