Linux SoftwareProgrammingLibrariesLanguage::Basic::Expression 1.44

Language::Basic::Expression 1.44


Language::Basic::Expression is a Perl package to handle string, numeric, and boolean expressions. SYNOPSIS See Language::Basic
Developer:   Amir Karger
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   51K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


Language::Basic::Expression is a Perl package to handle string, numeric, and boolean expressions.

SYNOPSIS

See Language::Basic for the overview of how the Language::Basic module works. This pod page is more technical.
# Given an LB::Token::Group, create an expression I parse it
my $exp = new LB::Expression::Arithmetic $token_group;
# What's the value of the expression?
print $exp->evaluate;
# Perl equivalent of the BASIC expression
print $exp->output_perl;

Expressions are basically the building blocks of Statements, in that every BASIC statement is made up of keywords (like GOTO, TO, STEP) and expressions. So expressions include not just the standard arithmetic and boolean expressions (like 1 + 2), but also lvalues (scalar variables or arrays), functions, and constants. See Language::Basic::Syntax for details on the way expressions are built.

BASIC expressions are represented by various objects of subclasses of Language::Basic::Expression. Most LB::Expressions are in turn made up of other LB::Expressions. For example an LBE::Arithmetic may be made up of two LBE::Multiplicative and a "plus". "Atoms" (indivisible LBE's) include things like LBE::Constants and LBE::Lvalues (variables).

Requirements:
  • Perl
    tags language basic  expressions are  basic expression  print exp  expression print  see language  and boolean  boolean expressions  token group  

    Download Language::Basic::Expression 1.44


     http://mirrors.evolva.ro/CPAN/authors/id/A/AK/AKARGER/Language-Basic-1.44.tar.gz


    Authors software

    Language::Basic::Variable 1.44 (by Amir Karger)
    Language::Basic::Variable is a Perl module to handle parsing and implementing BASIC variables.

    SYNOPSIS

    See Language::Basic for

    Language::Basic::Expression 1.44 (by Amir Karger)
    Language::Basic::Expression is a Perl package to handle string, numeric, and boolean expressions.

    SYNOPSIS

    See Language::Basic


    Similar software

    Language::Basic::Expression 1.44 (by Amir Karger)
    Language::Basic::Expression is a Perl package to handle string, numeric, and boolean expressions.

    SYNOPSIS

    See Language::Basic

    Language::Basic::Variable 1.44 (by Amir Karger)
    Language::Basic::Variable is a Perl module to handle parsing and implementing BASIC variables.

    SYNOPSIS

    See Language::Basic for

    Regular Expression Graphing Program 0.2 (by Steve Oualline)
    Regular Expression Graphing Program project is a regular expression graphing program.

    This program is designed to take a regular e

    libmatheval 1.1.3 (by Aleksandar B. Samardzic)

    JEP 3.3.0 (by Nathan Funk)
    JEP is a Java API for parsing and evaluating mathematical expressions

    C++ Regex Engine 1.06a (by Jeff Stuart)
    C++ Regex Engine project provides a robust regular expression library for use in C++

    The Regex Coach 0.8.3 (by Dr. Edmund Weitz)
    The Regex Coach is a graphical application which can be used to experiment with (Perl-compatible) regular expressions interactively.

    uBASIC 0.1 (by Adam Dunkels)
    uBASIC is a non-interactive BASIC interpreter designed for adding simple scripting capabilities to applications and systems with seve

    File::Find::Rule::XPath 0.03 (by Grant McLean)
    File::Find::Rule::XPath is a Perl module that contains rule to match on XPath expressions.

    SYNOPSIS

    use File::Find::Rule::XPa

    glark 1.7.10 (by Jeff Pace)


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags