summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
9 daysFormattedText suport in Output moduleRoman Smrž
11 daysCopy TextFormat modules from erebos projectRoman Smrž
12 daysExpand list of operator chars to include colon and othersRoman Smrž
13 daysUpdate documentation for type annotationsRoman Smrž
Changelog: Explicit type annotation can now be added to expressions and to arguments in function definition using the `:` notation.
13 daysParse list types in type expressionRoman Smrž
13 daysAccept various builtin types in type expressionsRoman Smrž
13 daysRemove requirement of primitive type for contextRoman Smrž
13 daysType annotations in arguments of function definitionRoman Smrž
13 daysUse closure instead of failing with ambiguous type for argument types with ↵Roman Smrž
free variables
13 daysParse type annotations in expressionsRoman Smrž
14 daysRemove unused Monad import in TestModeRoman Smrž
2026-08-25Test: refactor Praser test with helper functionsRoman Smrž
2026-08-25Retport summary of test executionRoman Smrž
Changelog: Added `--report` command-line option to print summary of passed/failed tests.
2026-08-24Add hook to TestOptions to get result of each testRoman Smrž
2026-08-24Data type for fully-qualified test nameRoman Smrž
2026-08-24Move repeat and keep-going options to TestOptionsRoman Smrž
2026-08-24Add keep-going command-line optionRoman Smrž
Changelog: Added `--keep-going` command line option to continue after test failure.
2026-08-23Create test dir subdirectory for based on test nameRoman Smrž
Changelog: Create test dir subdirectory for given test that includes the test module and name.
2026-08-23Fix parsing statements using innerBlock without new variablesRoman Smrž
Changelog: Fixed parsing of disconnect and packet loss commands.
2026-08-22Shell: fix parsing of redirection and pipes followed by some symbolsRoman Smrž
2026-08-22Shell: implement ‘!’ operatorRoman Smrž
Changelog: Implement negation using the `!` operator in the shell interpreter.
2026-08-22Shell: track exit code of the last commandRoman Smrž
2026-08-22Shell: allow to toggle "exit on error"Roman Smrž
Changelog: Implemented "set +e/-e" in the shell interpreter.
2026-08-22Shell: implement cd commandRoman Smrž
Changelog: Implemented the `cd` command in shell interpreter.
2026-08-22Shell: implement pwd commandRoman Smrž
Changelog: Implemented `pwd` command in shell interpreter.
2026-08-22Use absolute directory path for network and node dirsRoman Smrž
2026-08-22Shell: track shell state with working directoryRoman Smrž
2026-05-31Version 0.3.5v0.3.5Roman Smrž
2026-05-31Documentation for tagsRoman Smrž
Changelog: Added tags to group and filter tests
2026-05-31Options to select and exclude tests in config fileRoman Smrž
2026-05-24Refactor test filtering to its own function and typeRoman Smrž
2026-05-23Loaded modules data type to store related infoRoman Smrž
2026-05-23Accept tags as exclude parametersRoman Smrž
2026-05-23Evaluate test tag expressionsRoman Smrž
2026-05-20Move CI flags to minici job fileRoman Smrž
2026-05-19Fix test preamble parsing conflict with local statementRoman Smrž
2026-05-19Fix parsing after tag declarationRoman Smrž
2026-05-18Concatenation operator for listsRoman Smrž
Changelog: Added `++` operator to concatenate lists
2026-05-17More generic unification in for statementRoman Smrž
2026-05-17Concat builtin functionRoman Smrž
Changelog: Added `concat` function for lists
2026-05-17Function arguments unificationRoman Smrž
2026-05-16Separate hide/expose expressions for primitive and function typesRoman Smrž
2026-05-09Resolve DynVariable in eval functionRoman 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-24Arbitrary expressions as variable valuesRoman Smrž
2026-04-24Use /bin/true as the default tool in test modeRoman Smrž