# -*- t-utils-ts-parse-tree -*-
(source_file<1,147> (comment[1,20]@{% -*- matlab-ts -*-}@) (comment[22,89]@{% See: https://github.com/acristoffers/tree-sitter...}@)
 (assignment<91,108> left: (identifier[91,98]@{colVect}@) =[99,100]
  right: 
   (postfix_operator<101,108>
    operand: 
     (matrix<101,107> [[101,102]
      (row<102,106>
       (range<102,106> (number[102,103]@{1}@) :[103,104] (number[104,106]@{10}@)))
      ][106,107])
    '[107,108]))
 ;[108,109] \n[109,110]
 (for_statement<110,146> for[110,113]
  (iterator<114,128> (identifier[114,117]@{idx}@) =[118,119]
   (postfix_operator<120,128> operand: (identifier[120,127]@{colVect}@) '[127,128]))
  (block<133,143>
   (function_call<133,142> name: (identifier[133,137]@{disp}@) ([137,138]
    (arguments<138,141> argument: (identifier[138,141]@{idx}@))
    )[141,142])
   \n[142,143])
  end[143,146])
 \n[146,147])
