- loop through `AST_Seq` chain instead of recursion - avoid deep-cloning in `lift_sequences()` - `AST_Seq.car` should never be `null` or `AST_Seq` - `AST_Seq.cdr` should never be `null`
Fixes #1289 with suggestion by @rvanvelzen