nitc :: Token :: starting_prods=
self
, if anyProductions goes from the most general to the most specific
Computed by parentize_tokens
# The productions that starts with `self`, if any
# Productions goes from the most general to the most specific
#
# Computed by `parentize_tokens`
var starting_prods: nullable Array[Prod]
src/astutil.nit:190,2--194,41