nickysn
|
5b503f42c7
+ implemented Mem/MemW/MemL[] for i8086
|
пре 12 година |
florian
|
0e41df598e
* merge i8086 branch by Nikolay Nikolov
|
пре 12 година |
marco
|
8b411a549c
* functionname without () is a recursive call in Miso. Mantis #24309, though
|
пре 12 година |
florian
|
fef7832790
* enable absolute for i8086-msdos
|
пре 12 година |
svenbarth
|
344571cb4e
Added support for type helpers. In non Delphi modes they use "type helper" and in mode Delphi they use "record helper". They can also be used on constants.
|
пре 12 година |
paul
|
5d74e0578a
compiler: remove unused variables and unneeded assignments
|
пре 12 година |
paul
|
4d79a44e4c
compiler: don't create loadvmtaddrnode for record references, they have no VMT (fixes bug #23130)
|
пре 12 година |
svenbarth
|
b5827ce363
Move the handling of "misstyled" floating point constants like "2." or "2.e10" from the scanner to the parser. This way type helpers calls for integer constants can be parsed correctly in the future.
|
пре 12 година |
florian
|
b43b4bb455
+ pseudo procedure aligned: tells the compiler to assume that the given parameter is naturally aligned, counterpart of unaligned
|
пре 12 година |
florian
|
fce9e953b4
+ nested exit support
|
пре 12 година |
florian
|
288820715d
* don't crash in case a symbol is not found in type/var/const section
|
пре 12 година |
florian
|
728c074bd6
* accept with statements with generic variables having a generic parameter type, resolves #21329
|
пре 12 година |
svenbarth
|
4adb36e8da
Add support for generic type constraints. They are currently only useful to stop specialization of a generic. The parsing of a generic is still too lax and needs to be changed in the future...
|
пре 12 година |
Jonas Maebe
|
5929ec5592
* turned getpropaccesslist, add_parameters and add_index_parameter into
|
пре 13 година |
florian
|
bc4a8ac63e
+ constant postfixoperator_tokens
|
пре 13 година |
Jonas Maebe
|
1822c46d8a
* don't crash when parsing exit(xxx) in a constructor (mantis #23110)
|
пре 13 година |
florian
|
420cd9bd27
+ support for <text>^ in iso mode
|
пре 13 година |
florian
|
ca5fabda6d
* cleanup some unused units from uses clauses
|
пре 13 година |
sergei
|
3d19605fc2
* Using OleVariant type should trigger inclusion of Variants unit into uses clause the same way as using Variant type does. Mantis #22504.
|
пре 13 година |
Jonas Maebe
|
1b3b097f3a
* always interpret a function name on the RHS as a recursive function
|
пре 13 година |
svenbarth
|
dbc410de63
Allow the usage of a generic's name without type arguments inside of nested classes inside the generic. This fixes Mantis #19499, but also Mantis #18688.
|
пре 13 година |
florian
|
6c8eed21c4
+ implement auto inlining (-Ooautoinline)
|
пре 13 година |
paul
|
4312aa4e08
compiler: allow compiler to find real class definition during class members parse to handle references to self constants + test
|
пре 13 година |
paul
|
62b59235ca
compiler: fix accessing typed constants inside class declaration (bug #21941)
|
пре 13 година |
Jonas Maebe
|
834026bfb5
* synchronised with trunk up to r21067
|
пре 13 година |
paul
|
a26bc50ca6
compiler: change ShortString->(Some)String and AnsiString->(Some)String overload precedence both for variables and string constants, change unicode constant type from widestring to unicodestring (Delphi compatibility)
|
пре 13 година |
Jonas Maebe
|
aee5380ae0
* merged trunk up to r20882
|
пре 13 година |
florian
|
a1f9055978
* formatting
|
пре 13 година |
svenbarth
|
bd19a16be9
Add support for Default() intrinsic. For now this is only (fully) supported
|
пре 13 година |
svenbarth
|
9cb16c950f
This fixes Mantis #20851 .
|
пре 13 година |