Skip to content

v0.3.0: Date/time, regex, negative indexing, spread in calls - #1

Merged
shahadulhaider merged 5 commits into
mainfrom
v0.3
Mar 14, 2026
Merged

v0.3.0: Date/time, regex, negative indexing, spread in calls#1
shahadulhaider merged 5 commits into
mainfrom
v0.3

Conversation

@shahadulhaider

Copy link
Copy Markdown
Contributor

Summary

  • Spec updated to v0.3.0 with 4 new feature sections
  • 4 new conformance test suites: datetime (62 tests), regex (37 tests), negative_indexing (16 tests), spread-in-calls (15 new tests)
  • Updated access.yaml negative indexing test (was error, now works)
  • Fixed regex.yaml error substrings for case-sensitive matching

Features

  • Date/time functions: now, parseDate, formatDate, year, month, day, hour, minute, second, millisecond, dateAdd, dateDiff
  • Regex functions: matches, match, matchAll, replacePattern (RE2, function-based)
  • Negative array indexing: items[-1] returns last element
  • Spread in function calls: fn(...args)
  • EBNF grammar updated for ArgElement in ArgList
  • Future section updated to v0.4+

@shahadulhaider shahadulhaider self-assigned this Mar 14, 2026
@shahadulhaider
shahadulhaider merged commit a3802cd into main Mar 14, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant