dlang-community / Pegged

A Parsing Expression Grammar (PEG) module, using the D programming language.
533 stars 66 forks source link

Dupping and comparing mutable/immutable parse trees. #251

Closed veelo closed 6 years ago

veelo commented 6 years ago

Hi Philippe,

This makes dup() const, adds idup() and makes softCompare() work on immutable parse trees.

Cheers, Bastiaan.

veelo commented 6 years ago

If you could also tag a new release, that would be much appreciated.

PhilippeSigaud commented 6 years ago

Merged and tagged as 0.4.4.

veelo commented 6 years ago

Thanks!

veelo commented 6 years ago

Philippe, dub doesn't seem to pick this up due to a missing v in the tag.

https://forum.dlang.org/post/tphdvhextdjsblwdyfnj@forum.dlang.org

Can you give it another try with v0.4.4 please?

(Also, the release contains a few more commits besides mine, that you may want to mention.)