paul
|
2146d8a8ec
compiler: allow CASE record block after the methods and other record elements (issue #0020638)
|
%!s(int64=13) %!d(string=hai) anos |
Jonas Maebe
|
a228b211c4
* allow local type definitions for "file of xx" component types
|
%!s(int64=14) %!d(string=hai) anos |
florian
|
80b5100bf6
* don't check array ranges for being constant in generic declarations, resolves #20028
|
%!s(int64=14) %!d(string=hai) anos |
pierre
|
57f3f0a82b
scanner unit:
|
%!s(int64=14) %!d(string=hai) anos |
paul
|
8309809a0d
compiler: use try_consume_unitsym for except variable parse. this is needed to reduce maintenance cost for later unit identifier search changes
|
%!s(int64=14) %!d(string=hai) anos |
florian
|
79a96ab287
+ ttypesym.prettyname
|
%!s(int64=14) %!d(string=hai) anos |
florian
|
d35d1ed357
+ initial support for pascal booleans with sizes 2, 4 and 8
|
%!s(int64=14) %!d(string=hai) anos |
paul
|
d21bbc4548
compiler: reduce amount of hints and warnings
|
%!s(int64=14) %!d(string=hai) anos |
paul
|
f904f41664
compiler: don't allow local or anonymous records to have types (the second part of issue #0019099)
|
%!s(int64=14) %!d(string=hai) anos |
svenbarth
|
16e500ee3c
Removed old search algorithm
|
%!s(int64=14) %!d(string=hai) anos |
svenbarth
|
d0705a1779
Rebase to revision 17236
|
%!s(int64=14) %!d(string=hai) anos |
svenbarth
|
a944be69a6
* nflw.pas: search for enumerators in helpers for records as well
|
%!s(int64=14) %!d(string=hai) anos |
florian
|
07c9a772bf
* fix compilation when object type cast checking is on
|
%!s(int64=14) %!d(string=hai) anos |
svenbarth
|
f7f357f18e
* symconst.pas:
|
%!s(int64=14) %!d(string=hai) anos |
Jonas Maebe
|
8e788c6fa5
* further fixes for parsing declarations involving nested types that are
|
%!s(int64=14) %!d(string=hai) anos |
Jonas Maebe
|
af38604706
* fixed spelling of "isforward" parameter in previous patch
|
%!s(int64=14) %!d(string=hai) anos |
Jonas Maebe
|
707f19e4c9
* factored out parsing of fully qualified nested types inside their
|
%!s(int64=14) %!d(string=hai) anos |
svenbarth
|
80e6498921
Rebase to revision 17096
|
%!s(int64=14) %!d(string=hai) anos |
florian
|
26fbfaf5a7
+ introduce the usage of asizeint/asizeuint for cpus with sizeof("alu")<>sizeof(pointer)
|
%!s(int64=14) %!d(string=hai) anos |
svenbarth
|
963a4d7b23
Commit of a completely restructured helper implementation. Instead of changing objectdefs with odt_classhelper to odt_class, they'll have the odt_helper type assigned to and this will be kept. This also implies that the parent of a helper is its true parent while the extended type is set to a field in tobjectdef (extendeddef).
|
%!s(int64=14) %!d(string=hai) anos |
svenbarth
|
d12b198c7f
Rebase to revision 16888
|
%!s(int64=14) %!d(string=hai) anos |
svenbarth
|
7cc7826343
- msg*: found a message to reuse
|
%!s(int64=14) %!d(string=hai) anos |
florian
|
ec2d294287
* compiler works again compiled with $R+
|
%!s(int64=14) %!d(string=hai) anos |
svenbarth
|
07eebff55c
Rebase to revision 16827
|
%!s(int64=14) %!d(string=hai) anos |
paul
|
0be10ee19f
compiler: fix comments
|
%!s(int64=14) %!d(string=hai) anos |
svenbarth
|
d4be11cb42
Implement advanced class helper syntax which allows "inheritance" of class helpers. This is not the same as normal class inheritance as its only used to extend the scope to other class helpers (that pseudo heritage line) when searching for a symbol. The real parent is always the extended class.
|
%!s(int64=14) %!d(string=hai) anos |
paul
|
86482658a8
compiler: fix tgeneric11 test:
|
%!s(int64=14) %!d(string=hai) anos |
paul
|
def46487eb
compiler: simplify _CLASS token handling in record declarations too
|
%!s(int64=14) %!d(string=hai) anos |
svenbarth
|
a9b64c80ad
Rebase to revision 16728
|
%!s(int64=14) %!d(string=hai) anos |
svenbarth
|
aed9f0a5f7
Added first version of class helper support (not fully working and not fully featured)
|
%!s(int64=14) %!d(string=hai) anos |