9a4fabda24
Run gofmt -w on everything. Add 'gogc' option to use Go garbage
...
collector for memory management.
2019-06-11 12:38:22 -04:00
d8552bcf9d
Use strict unmarshal for configuration file, to detect typos in
...
config directives. Do not panic on failed regexp in AST parsing,
instead return &ast.Unknown{} for further debugging. Add debutast:
directive to print context when AST nodes are not recognized.
2019-06-03 11:07:12 -04:00
5a5a4f9406
AST tweaks and new tests.
2019-05-31 10:21:04 -04:00
8de87cddb7
Performance improvements (do not parse addresses or locations unless
...
location tracking is enabled). Allow profiling option. Add some
comments and clean-ups to types/*.go.
2019-05-11 23:03:56 -04:00
bcb4a0680d
Identify methods from interfaces and categories, determine their
...
parameter and return types.
2019-04-09 23:19:49 -04:00
6a9c5c2811
Initial commit.
2019-04-09 11:52:21 -04:00