Ldetool Versions Save

Code generator for fast log file parsers

v0.4.17

1 year ago

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

v0.4.16

1 year ago

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

v0.4.13

3 years ago
  • Ensure utility returns not 0 If translation failed
  • Introduce tests on intentionally wrong rules checking they cannot be compiled

v0.4.12

3 years ago

v0.4.9

3 years ago

v0.4.8

3 years ago

v0.1.0

4 years ago

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);

v0.0.4

5 years ago

Put comment in front of check length action

v0.0.2

5 years ago

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