mayankmahajan24 / QL

QL Language and Compiler, for Programming Langauges and Translators Course Fall 2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix the array issues

mattpiccolella opened this issue · comments

Can't pass arrays as functions, length(array)needs to be done, then also allocating an array of a given length

  • pass arrays as functions
  • length(array)
  • Allocate array of given length

what does "pass arrays as functions" mean? is that referring to inside function calls?

I think he meant pass arrays as arguments to functions

On Tuesday, December 15, 2015, Anshul Gupta notifications@github.com
wrote:

what does "pass arrays as functions" means? is that referring to inside
function calls?


Reply to this email directly or view it on GitHub
#30 (comment).

Mayank Mahajan

Columbia University | Class of 2017
B.S. Computer Science
mm4399@columbia.edu
www.linkedin.com/in/mmahajan24/
571.212.5535

ding ding ding! don't know what me and matt were thinking when we were scoping this out. i moved that particular issue into a different branch because it turns out that that's a lot harder

closing this because of #37 and opening a new issue for array args to functions