summaryrefslogtreecommitdiff
path: root/src/Parser/Core.hs
AgeCommit message (Expand)Author
32 hoursAccept various builtin types in type expressionsRoman Smrž
32 hoursRemove requirement of primitive type for contextRoman Smrž
32 hoursUse closure instead of failing with ambiguous type for argument types with fr...Roman Smrž
2026-05-24Refactor test filtering to its own function and typeRoman Smrž
2026-05-17Function arguments unificationRoman Smrž
2026-05-16Separate 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-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-19Type application in expressionsRoman Smrž
2026-04-18Allow arbitrary types within DynVariableRoman 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ž
2025-10-05Redirection in shell scriptsRoman Smrž
2025-09-13Get call stack information from function applicationRoman Smrž
2025-04-27Evaluate asset path to absolute and check if it existsRoman Smrž
2025-04-18Shell interpreter for test scriptRoman Smrž
2025-02-27Refactor script/expression related code to multiple modulesRoman Smrž
2025-02-24Scalar unification for variables in expansionRoman Smrž
2025-02-11Provide imported definitions at run-timeRoman Smrž
2025-02-08Module import parsing and type checkRoman Smrž
2025-01-19Export declarationRoman Smrž
2024-12-07Arguments for user-defined functionsRoman Smrž
2024-11-12Remove ExprStatement in favor of using Expr TestBlockRoman Smrž
2024-10-04User-defined test functions without parametersRoman Smrž
2024-09-28Optional arguments and "flush" as a builtinRoman Smrž
2024-09-27Default and context-provided values for function argumentsRoman Smrž
2024-09-25Implement "guard" as a builtinRoman Smrž
2024-09-24Function parameters and callsRoman Smrž
2024-09-17Type variables and simple unificationRoman Smrž
2024-08-11Remove MonadEval instance for TestParserRoman Smrž
2024-08-07Parser: collect toplevel definitions using WriterRoman Smrž
2024-08-07Replace first command (wait) with a builtinRoman Smrž
2024-02-21Update to support mtl-2.3Roman Smrž
2023-04-23Split parser into several modulesRoman Smrž