florian
|
1f4be60927
* fix token order, I should really learn the alphabet
|
14 жил өмнө |
florian
|
f328b6d635
+ user section type
|
14 жил өмнө |
paul
|
66b128efb3
compiler: map delphi Implicit operator to := operator of FPC, add Explicit operator for delphi only (for now) which works when explicit type conversion happens + extend test
|
14 жил өмнө |
paul
|
4531e1231b
compiler: implement Inc, Dec class operators
|
14 жил өмнө |
paul
|
b811f1be15
compiler: implement delphi style class operators:
|
14 жил өмнө |
paul
|
92d6503704
compiler: rename _EQUAL token to _EQ to prevent problems with adding delphi operator names which contains "EQUAL" name, also rename _UNEQUAL to _NE for consistency
|
14 жил өмнө |
paul
|
8c0c614d5a
compiler: allow <> operator overload. search for "<>" operator first for "<>" expressions and if not found then use "=" operator + test
|
14 жил өмнө |
joost
|
07bf44517c
* Merged XPCom branch into trunk, added support for constref and changed
|
14 жил өмнө |
paul
|
bbdd8e52f1
compiler: allow "deprecated", "experimental" and "unimplemented" to be used as identifiers
|
15 жил өмнө |
Jonas Maebe
|
57bd6d2685
+ merged nestedprocvars branch
|
15 жил өмнө |
Jonas Maebe
|
f8754d8fab
+ Objective-C category support (old and new ABI, both external and
|
15 жил өмнө |
Jonas Maebe
|
559e284bd0
* merged r13762-14047 from trunk
|
15 жил өмнө |
paul
|
aa5a5e79ce
merge revisions: 13909,13923,13924,13934,13935,13942,13943,13944,13946,13948,13950,13951,13952,13983,13994:
|
15 жил өмнө |
florian
|
ea00759588
+ final modifier support for methods by Paul Ishenin
|
15 жил өмнө |
florian
|
eb433d1bdd
* merged sealed and abstract support by Paul Ishenin
|
16 жил өмнө |
Jonas Maebe
|
5a2ccfff52
--WARNING: start build process with FPC 2.2.4; won't work when
|
16 жил өмнө |
Jonas Maebe
|
b1b9894ae3
* initial Objective-C 1.0 support:
|
16 жил өмнө |
Jonas Maebe
|
a23630260b
+ "weakexternal" support for imported procedures and variables.
|
16 жил өмнө |
florian
|
d8d96f14e6
+ experimental directive, resolves #10833
|
17 жил өмнө |
daniel
|
1b173fd0f3
+ Enable resourcestring in all modes
|
18 жил өмнө |
florian
|
058e1877ba
+ store compiler switch changes in generic token streams
|
19 жил өмнө |
Jonas Maebe
|
36c6879581
+ -Sx command line switch to turn on exception keywords in non-Delphi/ObjFPC
|
19 жил өмнө |
florian
|
9a1b9071a5
* implemented kylix like local directive, fixes #7242
|
19 жил өмнө |
Jonas Maebe
|
eccbc78e04
+ support for bitpacked arrays:
|
19 жил өмнө |
florian
|
c81f34aeee
+ parsing of dispinterface properties
|
19 жил өмнө |
daniel
|
fbc08c229d
+ Add m_property mode switch to allow per mode recognition of
|
19 жил өмнө |
Jonas Maebe
|
0ad06aff97
- "property" is again only a keyword in objfpc and delphi mode
|
19 жил өмнө |
daniel
|
1318b95a06
* Enable recognition of property keyword in all modes now that
|
19 жил өмнө |
Jonas Maebe
|
5ccbeea1d3
+ support for "return x" as equivalent for "exit(x)" in macpas mode
|
19 жил өмнө |
peter
|
95879fe8a7
* basic support for generic classes
|
19 жил өмнө |