This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Description
If you get UAST for len(x) you will get no CALL_CALLEE child in CALL Node but the documentation (http://godoc.org/github.com/bblfsh/sdk/uast#Role) says:
// Call is any call, whether it is a function, procedure, method or macro.
// In its simplest form, a call will have a single child with a function
// name (CallCallee).
So, as I understand any CALL should have CALL_CALLEE child.