Chatbot::Alpha::Syntax

Chatbot::Alpha::Syntax is a Perl module for syntax checking of Chatbot::Alpha replies.
Download

Chatbot::Alpha::Syntax Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Cerone J. Kirsle
  • Publisher web site:
  • http://search.cpan.org/~kirsle/Chatbot-Alpha-2.04/lib/Chatbot/Alpha/Tutorial.pm

Chatbot::Alpha::Syntax Tags


Chatbot::Alpha::Syntax Description

Chatbot::Alpha::Syntax is a Perl module for syntax checking of Chatbot::Alpha replies. Chatbot::Alpha::Syntax is a Perl module for syntax checking of Chatbot::Alpha replies.SYNOPSIS use Chatbot::Alpha::Syntax; my $syntax = new Chatbot::Alpha::Syntax; # Set 'strict' syntax. $syntax->syntax ('strict'); # Changed my mind, use 'loose' $syntax->syntax ('loose'); # Only allow SOME commands. $syntax->deny_type ('allow_some'); # Allow only +'s and -'s. $syntax->allow ('+', '-'); # Syntax-check this file. $syntax->check ("replies.cba");Chatbot::Alpha::Syntax provides syntax checking for Alpha documents. All syntax errors result in a 'die' so don't expect to run your syntax checking halfway through a large application's process. Doing it in initialization is always fine though.Requirements:· Perl Requirements: · Perl


Chatbot::Alpha::Syntax Related Software