Skip to content

Releases: HalleyAssist/rule-parser

v1.0.25

27 Feb 00:23

Choose a tag to compare

improve parenthesis support

v1.0.24

26 Feb 03:44

Choose a tag to compare

attempt fix

v1.0.23

26 Feb 03:03

Choose a tag to compare

types fix

v1.0.22

26 Feb 02:53

Choose a tag to compare

option to supply an alternative parser to getAst

v1.0.21

19 Feb 01:33

Choose a tag to compare

fix parsing issue with time /tod only in between

v1.0.20: Update AST formation for EBNF restructure with atom wrappers (#39)

17 Feb 03:44
0305544

Choose a tag to compare

* Initial plan

* Initial plan for AST formation update

Co-authored-by: splitice <468579+splitice@users.noreply.github.com>

* Update AST parsing to handle new EBNF structure with atom wrappers

Co-authored-by: splitice <468579+splitice@users.noreply.github.com>

* add ParserRules export & fix

* Fix BETWEEN parsing: update grammar for case-insensitive AND, handle separator node in AST

Co-authored-by: splitice <468579+splitice@users.noreply.github.com>

* Fix between_tod parsing: inline separator vs explicit separator node

Co-authored-by: splitice <468579+splitice@users.noreply.github.com>

* Fix dow_atom handling and BAD_TOD error reporting

Co-authored-by: splitice <468579+splitice@users.noreply.github.com>

* code quality

* Update RuleParser.js

* Fix RuleParseError import in ErrorAnalyzer to match default export

Co-authored-by: splitice <468579+splitice@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: splitice <468579+splitice@users.noreply.github.com>
Co-authored-by: Mathew <mat999@gmail.com>

v1.0.19

30 Jan 06:24

Choose a tag to compare

fix ci

v1.0.18

30 Jan 06:05

Choose a tag to compare

switch to unassertify

v1.0.17

30 Jan 05:44
e986279

Choose a tag to compare

What's Changed

  • Modernize build process with gulp and add browser bundle support by @Copilot in #36

Full Changelog: v1.0.16...v1.0.17

v1.0.16

30 Jan 04:06
d756e9e

Choose a tag to compare

Restructure ArrayIn to use haystack-needle parameter model with optim…