harehare
mq
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
✨ feat(parser): add support for coalesce operator in binary operations
feat/add-coalesce-operator
12 hours ago
✨ feat(lang): add coalesce operator (??) support Add support for the null coalescing operator (??) to the mq language. The operator provides a concise way to handle null/none values by returning the right operand when the left operand is null or none. - Add COALESCE constant to ast/constants.rs - Implement TokenKind::Coalesce in lexer - Add coalesce operator parsing with precedence level 6 - Implement coalesce builtin function in eval/builtin.rs - Include comprehensive test cases for operator and function behavior - Add documentation for coalesce function
feat/add-coalesce-operator
12 hours ago
Merge pull request #705 from harehare/feat/add-coalesce-builtin ✨ feat(lang): add coalesce builtin function
main
13 hours ago
✨ feat(lang): add coalesce builtin function Add new coalesce function that returns the first non-None value from two arguments. Includes comprehensive test cases covering various scenarios including None values, strings, and arrays.
feat/add-coalesce-builtin
14 hours ago
Merge pull request #701 from harehare/feat/add-optional-error-handling ✨ feat(lang): add optional error handling with ? operator
main
20 hours ago
Update docs/books/src/reference/try_catch.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
feat/add-optional-error-handling
21 hours ago
✨ feat(docs): add section on error suppression with `?` operator
feat/add-optional-error-handling
22 hours ago
✨ feat(lang): add optional error handling with ? operator - Add Question token to lexer for ? syntax - Support try without catch (returns None on error) - Support func()? shorthand for try-catch - Add is_next_token() helper for parser lookahead - Add comprehensive tests for both syntax forms - Fix indentation in builtin.mq transpose function
feat/add-optional-error-handling
22 hours ago
Active Branches
✨ feat(lang): add coalesce operator (??) support
last run
12 hours ago
#706
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs