]> git.mdlowis.com Git - proto/obnc.git/commitdiff
Merge branch 'master' of mdlowis.com:~/git/proto/obnc
authorMichael D. Lowis <mike.lowis@gentex.com>
Wed, 12 May 2021 13:02:11 +0000 (09:02 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Wed, 12 May 2021 13:02:11 +0000 (09:02 -0400)
1  2 
cerise/src/grammar.c
cerise/tests/Module.m

Simple merge
index 035f2c271c21ad3de3df75acd30c10872525981a,f0c7e9a091969454e3c504dcde97d92720074f01..a7e11034d34404c838d01f53eb0b49ea20c1a710
@@@ -29,13 -30,7 +30,8 @@@ procedure Foo*(e : Int, z : Int) : In
    var
      z : Int
      q : array 5 of array 10 of Int
- #  procedure Bar() : Int
- #  begin
- #  end
  begin
 +#  e = q;
    c = 1;
    z = 2;
    return z;