Pārlūkot izejas kodu

* Patch from Mattias Gaertner:
- external vars
- untyped parameters
- varargs
- SetLength(s,len) is now converted to s.length=len
- destructor now clears references
- dynamic arrays now are never null.
- anArr:=nil becomes anArr = []
- anArr=nil becomes anArr.length==0
- passing nil to an array parameter passes []
- length(anArr) becomes anArr.length
- High(anArr) becomes anArr.length-1
- sets now uses references when assigning and passing to a parameter.
Far less clone operations.

git-svn-id: trunk@35504 -

michael 8 gadi atpakaļ
vecāks
revīzija
0b42e226f8
2 mainītis faili ar 702 papildinājumiem un 269 dzēšanām
  1. 311 202
      packages/pastojs/src/fppas2js.pp
  2. 391 67
      packages/pastojs/tests/tcmodules.pas

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 311 - 202
packages/pastojs/src/fppas2js.pp


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 391 - 67
packages/pastojs/tests/tcmodules.pas


Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels