Glicol.org documents nodes that the CLI version 0.13.5 cannot parse
The glicol.org documentation describes nodes the CLI version 0.13.5 does not recognise. The only usable node tokens are those listed in names/nodes.txt. Names that appear in the parser’s lookahead list but have no node rule — such as comb, notch, rlpf, delay, freeverb, shape, kick — produce a parse error when used. Learners coming from the web playground hit this gap immediately. The authoritative move is always to check names/nodes.txt rather than trusting the website, because the drift is version-specific.
Examples
Writing out: sin 220 >> delay 200 gives a parse error. Use delayms, or restructure with a ~fb self-referencing bus.
Assessment
Name three nodes documented on glicol.org that cannot be used in the CLI 0.13.5 engine, and identify where to find the authoritative list of parseable node names.