Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-18 | Greater-then/less-then comparison operators for numbers | Roman Smrž | |
Changelog: Added `>`, `>=`, `<=` and `<` operators for numbers | |||
2024-09-18 | Make sure identifier starts with a letter | Roman Smrž | |
2024-09-17 | Type variables and simple unification | Roman Smrž | |
2024-08-11 | Remove emptyVarValue from ExprType class | Roman Smrž | |
2024-08-11 | Remove MonadEval instance for TestParser | Roman Smrž | |
2024-08-11 | Parser: try ParamType Either branches with cleared delayed errors | Roman Smrž | |
Changelog: Fix type error reporting for some command parameters | |||
2024-08-07 | Parser: collect toplevel definitions using Writer | Roman Smrž | |
2024-08-07 | Replace first command (wait) with a builtin | Roman Smrž | |
2024-08-07 | Parser: report multiple errors in some cases | Roman Smrž | |
Changelog: Report multiple parsing errors in single pass | |||
2024-08-02 | Module name declaration | Roman Smrž | |
Changelog: Accept module name declaration | |||
2024-02-21 | Update to support mtl-2.3 | Roman Smrž | |
2023-10-23 | Flush command | Roman Smrž | |
Changelog: Add 'flush' command | |||
2023-07-13 | Show record selectors in failure reports | Roman Smrž | |
Changelog: Show record selectors in failure reports | |||
2023-04-24 | Fix parsing of two-element lists | Roman Smrž | |
2023-04-23 | Drop unused ProcName parameter type instance | Roman Smrž | |
2023-04-23 | Split parser into several modules | Roman Smrž | |