The document presents Gagandeep Singh's work on supporting arrays and allocatables in LFortran, discussed at the International Fortran Conference 2021. It outlines the internal representations of code, array operations, allocatable arrays, and automatic deallocation processes, emphasizing the transformation of Abstract Semantic Representation (ASR) to accommodate these features. Key implementations include loop conversion for array operations and ensuring proper memory management through descriptors that track allocation states.