Skip to content

Releases: sirkon/ldetool

Readme update

21 Feb 17:13
Compare
Choose a tag to compare

Just proper installation command how it is done with modern Go.

Constants to have rule part in their names.

18 Sep 04:01
Compare
Choose a tag to compare

Constants now have rule part in there name, they look like constantRuleName... now.

Processing fixes

05 May 08:50
Compare
Choose a tag to compare
  • Ensure utility returns not 0 If translation failed
  • Introduce tests on intentionally wrong rules checking they cannot be compiled

Bugfix LOL

05 May 00:27
Compare
Choose a tag to compare
v0.4.12

i44 | fix: add rune and string validation

Bugfix

05 May 00:26
Compare
Choose a tag to compare
v0.4.9

fix: try again to get build back

Updated dependency to bring CI back

14 Aug 17:39
Compare
Choose a tag to compare
v0.4.8

fix: update gosrcfmt dep

Custom types support

20 Jul 12:23
Compare
Choose a tag to compare

Custom types in fields are supported. They (types) should be predeclared with their name and import path for external ones.

Something like

type time.Time from "time";
type localType;

Rule = Time(time.Time) ' ' LocalValue(localType);

Grammar fix

16 Jul 10:57
Compare
Choose a tag to compare

Check length comment

22 May 13:12
Compare
Choose a tag to compare

Put comment in front of check length action

Fixes issue-19

22 Mar 14:14
c8cb63d
Compare
Choose a tag to compare

Fixed a bug when action like *'@' generates broken code for --go-string