summaryrefslogtreecommitdiff
path: root/packages/fcl-passrc
Commit message (Expand)AuthorAgeFilesLines
* fcl-passrc: added include file and append specializations at end of declarati...mattias2020-07-262-15/+48
* * regenerated Makefiles againjonas2020-07-111-3/+3
* * regenerated Makesfilesjonas2020-07-101-12/+28
* * rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOSjonas2020-07-101-1/+1
* pas2js: fixed try exit(value) finally read Result endmattias2020-06-292-1/+3
* pas2js: Pascal descendent from JS function: inherited calls ancestor functionmattias2020-06-281-2/+2
* pas2js: descend pascal class from jsfunctionmattias2020-06-271-1/+1
* fcl-passrc: type description of specialization: with pathsmattias2020-06-121-1/+1
* pas2js: started aliasglobals external typesmattias2020-06-101-15/+31
* * regenerate Makefilessvenbarth2020-06-061-1/+14
* fcl-passrc: fixed mem leak on error parsing genericmattias2020-06-054-5/+23
* fcl-passrc: parse $optimizationmattias2020-06-052-60/+123
* fcl-passrc: resolver: ClassScope_Recordmattias2020-06-011-2/+6
* pas2js: fixed check if specialized class interface is neededmattias2020-06-011-0/+4
* fcl-passrc: fixed specialize while-do and with-domattias2020-05-303-3/+51
* fcl-passrc: resolver: nicer incompatible types anonymous proc and proc typemattias2020-05-303-8/+83
* fcl-passrc: specialize varargs of tmattias2020-05-292-3/+30
* pas2js: async function exit(promise)mattias2020-05-281-4/+17
* fcl-passrc: allow external class function asyncmattias2020-05-271-1/+1
* * Reset operator after variable listmichael2020-05-271-2/+3
* * Various small fixesmichael2020-05-273-15/+53
* * ObjCCategorymichael2020-05-276-33/+83
* * Allow pekIdent message typemichael2020-05-271-0/+1
* * Fix warnings and hintsmichael2020-05-273-16/+61
* * Descriptive error messagesmichael2020-05-261-11/+11
* * Start ObjCClass supportmichael2020-05-265-11/+102
* fcl-passrc: made async a procedure type modifier, distinguish function result...mattias2020-05-263-86/+244
* fcl-passrc: try except on do else end without semicolon at do statementmattias2020-05-232-1/+41
* fcl-passrc: added tkOtherwise in all mdoes except ISO and ExtPasmattias2020-05-232-49/+50
* * Test for otherwise without semicolon before it (laz sources)michael2020-05-222-6/+37
* * Add missing calling conventionsmichael2020-05-223-3/+61
* * Trim content of directivesmichael2020-05-222-0/+13
* pas2js: function await(atype; p:TJSPromise):atypemattias2020-05-201-3/+7
* pas2js: built-in function await(const expr: T): Tmattias2020-05-192-2/+14
* fcl-passrc: fixed parsing case statement without semicolon before else, added...mattias2020-05-191-96/+86
* undomattias2020-05-191-86/+96
* fcl-passrc: fixed parsing case statement without semicolon before else, added...mattias2020-05-191-96/+86
* fcl-passrc: resolver: check procedure modifiers of proc body and declration, ...mattias2020-05-195-29/+82
* * Test case (currently failing) for else else in case statementmichael2020-05-181-0/+24
* * Fix include file, trim filemichael2020-05-181-0/+1
* * test for method aliases (function)michael2020-05-181-0/+11
* * test for method aliasesmichael2020-05-181-0/+14
* * Add OnCommentmichael2020-05-182-6/+40
* * Make name a little clearer in operator parsingmichael2020-05-171-6/+6
* * Add switch to ignore unknown resourcesmichael2020-05-171-2/+7
* * Trim param in mode statement (bug 37092)michael2020-05-171-1/+1
* pas2js: safecall calling convention for of-object proctypesmattias2020-05-161-5/+13
* pas2js: split ReadElement, add to parent before reading resolver datamattias2020-05-151-2/+2
* Regenerate all Makefile's after change in utils/fpcm/fpcmake.ini to better s...pierre2020-05-131-0/+8
* pas2js: error on compare static arraymattias2020-05-081-1/+1