scriptbox

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

ModeNameSize
-rw-r--r--.gitignore1L
-rw-r--r--README.md204L
-rw-r--r--autoload.php21L
-rw-r--r--dsl/DslAstParser.class.php31L
-rw-r--r--dsl/DslException.class.php17L
-rw-r--r--dsl/DslLexer.class.php259L
-rw-r--r--dsl/DslParserException.class.php17L
-rw-r--r--dsl/DslRuntimeException.class.php17L
-rw-r--r--dsl/DslTemplate.class.php52L
-rw-r--r--dsl/DslToken.class.php62L
-rw-r--r--dsl/ast/DslAssignment.class.php78L
-rw-r--r--dsl/ast/DslDecimal.class.php16L
-rw-r--r--dsl/ast/DslElement.class.php156L
-rw-r--r--dsl/ast/DslExpression.class.php237L
-rw-r--r--dsl/ast/DslFor.class.php46L
-rw-r--r--dsl/ast/DslFunction.class.php63L
-rw-r--r--dsl/ast/DslFunctionCall.class.php73L
-rw-r--r--dsl/ast/DslIf.class.php43L
-rw-r--r--dsl/ast/DslInitialisation.class.php32L
-rw-r--r--dsl/ast/DslInteger.class.php29L
-rw-r--r--dsl/ast/DslNull.class.php20L
-rw-r--r--dsl/ast/DslOperation.class.php87L
-rw-r--r--dsl/ast/DslProperty.class.php71L
-rw-r--r--dsl/ast/DslReturn.class.php22L
-rw-r--r--dsl/ast/DslSequence.class.php41L
-rw-r--r--dsl/ast/DslStatement.class.php24L
-rw-r--r--dsl/ast/DslStatementList.class.php152L
-rw-r--r--dsl/ast/DslString.class.php27L
-rw-r--r--dsl/ast/DslThrow.class.php28L
-rw-r--r--dsl/ast/DslVariable.class.php31L
-rw-r--r--dsl/context/BaseScriptableObject.class.php20L
-rw-r--r--dsl/context/Scriptable.class.php15L
-rw-r--r--dsl/executor/DslInterpreter.class.php109L
-rw-r--r--dsl/standard/Date.class.php62L
-rw-r--r--dsl/standard/Helper.class.php14L
-rw-r--r--dsl/standard/Script.class.php69L
-rw-r--r--dsl/standard/StandardArray.class.php26L
-rw-r--r--dsl/standard/StandardDate.class.php60L
-rw-r--r--dsl/standard/StandardMath.class.php43L
-rw-r--r--dsl/standard/System.class.php35L
-rw-r--r--dsl/standard/Write.class.php13L
-rw-r--r--index.php89L
-rwxr-xr-xupstream.sh5L