项目作者: pablrod

项目描述 :
Bat/CMD file interpreter
高级语言: Perl
项目地址: git://github.com/pablrod/p5-Bat-Interpreter.git
创建时间: 2017-04-02T18:04:55Z
项目社区:https://github.com/pablrod/p5-Bat-Interpreter

开源协议:Other

下载


NAME

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

VERSION

version 0.024

SYNOPSIS

  1. #!/usr/bin/env perl -w
  2. use 5.014;
  3. use Bat::Interpreter;
  4. my $interpreter = Bat::Interpreter->new;
  5. $interpreter->run('basic.cmd');
  6. say join("\n", @{$interpreter->executor->commands_executed});

DESCRIPTION

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

Build status

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 pablo.rodriguez.gonzalez@gmail.com

COPYRIGHT AND LICENSE

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

This is free software, licensed under:

  1. The MIT (X11) License

CONTRIBUTORS