paul
|
4fd0245120
compiler: fix indentation
|
před 12 roky |
florian
|
bca6dafbc5
* mark the current procedure if it has a non local exit, not the targetted one
|
před 12 roky |
paul
|
dc95ba5b07
compiler: handle other places where we check current_procdef for self node
|
před 12 roky |
paul
|
4b76782691
compiler: fix property access from a nested routine of the static class method and extend a test
|
před 12 roky |
paul
|
5c33644e5c
compiler: fix calling class methods from a nested routine of a static class method (mantis #0024865)
|
před 12 roky |
paul
|
89e154bc10
compiler: if method has no self node then load it as a usual identifier (issue #0024871)
|
před 12 roky |
Jonas Maebe
|
fb8fb29574
* record/use the code page of string constants typecasted to an ansistring
|
před 12 roky |
nickysn
|
7edabc64e6
* rm support for Mem without segment on i8086
|
před 12 roky |
nickysn
|
dd0d2d6bf5
* fixed the spurious compiler warnings and added proper rangechecking when using Mem[] on i8086
|
před 12 roky |
nickysn
|
5b503f42c7
+ implemented Mem/MemW/MemL[] for i8086
|
před 12 roky |
florian
|
0e41df598e
* merge i8086 branch by Nikolay Nikolov
|
před 12 roky |
marco
|
8b411a549c
* functionname without () is a recursive call in Miso. Mantis #24309, though
|
před 12 roky |
florian
|
fef7832790
* enable absolute for i8086-msdos
|
před 12 roky |
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.
|
před 12 roky |
paul
|
5d74e0578a
compiler: remove unused variables and unneeded assignments
|
před 12 roky |
paul
|
4d79a44e4c
compiler: don't create loadvmtaddrnode for record references, they have no VMT (fixes bug #23130)
|
před 12 roky |
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.
|
před 12 roky |
florian
|
b43b4bb455
+ pseudo procedure aligned: tells the compiler to assume that the given parameter is naturally aligned, counterpart of unaligned
|
před 12 roky |
florian
|
fce9e953b4
+ nested exit support
|
před 12 roky |
florian
|
288820715d
* don't crash in case a symbol is not found in type/var/const section
|
před 12 roky |
florian
|
728c074bd6
* accept with statements with generic variables having a generic parameter type, resolves #21329
|
před 12 roky |
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...
|
před 12 roky |
Jonas Maebe
|
5929ec5592
* turned getpropaccesslist, add_parameters and add_index_parameter into
|
před 13 roky |
florian
|
bc4a8ac63e
+ constant postfixoperator_tokens
|
před 13 roky |
Jonas Maebe
|
1822c46d8a
* don't crash when parsing exit(xxx) in a constructor (mantis #23110)
|
před 13 roky |
florian
|
420cd9bd27
+ support for <text>^ in iso mode
|
před 13 roky |
florian
|
ca5fabda6d
* cleanup some unused units from uses clauses
|
před 13 roky |
sergei
|
3d19605fc2
* Using OleVariant type should trigger inclusion of Variants unit into uses clause the same way as using Variant type does. Mantis #22504.
|
před 13 roky |
Jonas Maebe
|
1b3b097f3a
* always interpret a function name on the RHS as a recursive function
|
před 13 roky |
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.
|
před 13 roky |