index
:
tester
devel
master
[no description]
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Parser
/
Core.hs
Age
Commit message (
Expand
)
Author
32 hours
Accept various builtin types in type expressions
Roman Smrž
32 hours
Remove requirement of primitive type for context
Roman Smrž
32 hours
Use closure instead of failing with ambiguous type for argument types with fr...
Roman Smrž
2026-05-24
Refactor test filtering to its own function and type
Roman Smrž
2026-05-17
Function arguments unification
Roman Smrž
2026-05-16
Separate hide/expose expressions for primitive and function types
Roman Smrž
2026-05-09
Unification of function and forall types
Roman Smrž
2026-05-02
Arbitrary type expression as function arguments
Roman Smrž
2026-04-25
Keep type info in HideType to support non-primitive types
Roman Smrž
2026-04-25
Polymorphic types in function arguments
Roman Smrž
2026-04-19
Non-primitive result type in ExprTypeFunction constructor
Roman Smrž
2026-04-19
Type application in expressions
Roman Smrž
2026-04-18
Allow arbitrary types within DynVariable
Roman Smrž
2026-04-18
Expressions with polymorphic types
Roman Smrž
2026-04-13
Type deconstruction and matching in unification
Roman Smrž
2026-04-12
Type constructors
Roman Smrž
2026-04-11
Parse tags in test preamble
Roman Smrž
2025-10-05
Redirection in shell scripts
Roman Smrž
2025-09-13
Get call stack information from function application
Roman Smrž
2025-04-27
Evaluate asset path to absolute and check if it exists
Roman Smrž
2025-04-18
Shell interpreter for test script
Roman Smrž
2025-02-27
Refactor script/expression related code to multiple modules
Roman Smrž
2025-02-24
Scalar unification for variables in expansion
Roman Smrž
2025-02-11
Provide imported definitions at run-time
Roman Smrž
2025-02-08
Module import parsing and type check
Roman Smrž
2025-01-19
Export declaration
Roman Smrž
2024-12-07
Arguments for user-defined functions
Roman Smrž
2024-11-12
Remove ExprStatement in favor of using Expr TestBlock
Roman Smrž
2024-10-04
User-defined test functions without parameters
Roman Smrž
2024-09-28
Optional arguments and "flush" as a builtin
Roman Smrž
2024-09-27
Default and context-provided values for function arguments
Roman Smrž
2024-09-25
Implement "guard" as a builtin
Roman Smrž
2024-09-24
Function parameters and calls
Roman Smrž
2024-09-17
Type variables and simple unification
Roman Smrž
2024-08-11
Remove MonadEval instance for TestParser
Roman Smrž
2024-08-07
Parser: collect toplevel definitions using Writer
Roman Smrž
2024-08-07
Replace first command (wait) with a builtin
Roman Smrž
2024-02-21
Update to support mtl-2.3
Roman Smrž
2023-04-23
Split parser into several modules
Roman Smrž