summaryrefslogtreecommitdiff
path: root/devel/p5-Language-Expr/pkg-descr
blob: 2b9328cb56dcf685b55ce53872e6e63144214485 (plain) (blame)
1
2
3
4
5
6
7
Language::Expr defines a simple, Perl-like expression minilanguage. It supports
mathematical and string operators, arrays, hashes, variables, and functions. See
Language::Expr::Manual::Syntax for description of the language syntax.

This distribution consists of the language parser (Language::Expr::Parser), some
interpreters (Language::Expr::Interpreter::*), and some compilers
(Language::Expr::Compiler::*).