summaryrefslogtreecommitdiff
path: root/src/Parser
AgeCommit message (Expand)Author
6 daysRefactor test filtering to its own function and typeHEADmasterRoman Smrž
11 daysConcatenation operator for listsRoman Smrž
12 daysMore generic unification in for statementRoman Smrž
12 daysFunction arguments unificationRoman Smrž
14 daysSeparate hide/expose expressions for primitive and function typesRoman Smrž
2026-05-09Unification of function and forall typesRoman Smrž
2026-05-02Arbitrary type expression as function argumentsRoman Smrž
2026-05-01Parsing distinction for single-word and function-call termsRoman Smrž
2026-04-25Keep type info in HideType to support non-primitive typesRoman Smrž
2026-04-25Polymorphic types in function argumentsRoman Smrž
2026-04-19Non-primitive result type in ExprTypeFunction constructorRoman Smrž
2026-04-19Keep type information for polymorphic variablesRoman Smrž
2026-04-19Type application in expressionsRoman Smrž
2026-04-18Allow arbitrary types within DynVariableRoman Smrž
2026-04-18Empty list expressionRoman Smrž
2026-04-18Expressions with polymorphic typesRoman Smrž
2026-04-13Type deconstruction and matching in unificationRoman Smrž
2026-04-12Type constructorsRoman Smrž
2026-04-11Parse tags in test preambleRoman Smrž
2026-04-05Custom signals to kill spawned processRoman Smrž
2026-04-05Parse data constructorsRoman Smrž
2026-01-07Call stack for the ‘expect’ statementRoman Smrž
2025-11-06Do not stop shell command parsing on some not-yet-used special charsRoman Smrž
2025-10-05Redirection in shell scriptsRoman Smrž
2025-10-02Shell: custom data type for command argumentsRoman Smrž
2025-09-29Avoid using Expr Maybe when parsing shell pipelineRoman Smrž
2025-09-25Remove ParamType instance for ExprRoman Smrž
2025-09-19Add timeout argument for the ‘expect’ commandRoman Smrž
2025-09-13Get call stack information from function applicationRoman Smrž
2025-08-25Shell pipesRoman Smrž
2025-08-02Shell: list all shell special characters for parserRoman Smrž
2025-08-02Shell: support backslash-escaped spacesRoman Smrž
2025-06-21Boolean literals and comparison operatorsRoman Smrž
2025-06-19Explicit Scope constructor in TestStep data typeRoman Smrž
2025-05-31Print source line of shell command failureRoman Smrž
2025-05-25Fix build with older baseRoman Smrž
2025-05-15Single-quoted strings in shellRoman Smrž
2025-05-15Extra arguments for the spawned toolRoman Smrž
2025-05-14Make shell process name optionalRoman Smrž
2025-05-14Parse shell statement parameters in arbitrary orderRoman Smrž
2025-04-27Evaluate asset path to absolute and check if it existsRoman Smrž
2025-04-24Fix parsing regexes containing only a variable expansionRoman Smrž
2025-04-22Conversions for variable expansion in ExprType classRoman Smrž
2025-04-18Shell interpreter for test scriptRoman Smrž
2025-04-15Parametrize test block with return typeRoman Smrž
2025-02-27Refactor script/expression related code to multiple modulesRoman Smrž
2025-02-27Move ExprType to its own moduleRoman Smrž
2025-02-24Scalar unification for variables in expansionRoman Smrž
2025-02-13Evaluate functions in parameters via unifyExprRoman Smrž
2025-02-11Provide imported definitions at run-timeRoman Smrž