You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out rakudo's starter/stopper use dynvars, while rakudo's use mixins, so
accidentally calling rakudo's starter/stopper greatly confuse nqp. Here we
rename nqp's starter/stopper to dynstarter/dynstopper to reflect their use
of dynamic vars, since there are likely to be fewer grammars derived from
nqp grammars than from rakudo grammars.
0 commit comments