peter
|
2c9a986fa3
* fix crash with calling method pointer from class procedure
|
21 years ago |
olle
|
98df0978e1
+ adding operators "|" and "&" for macpas
|
21 years ago |
olle
|
ff36adb056
+ macpas style: exit, cycle, leave
|
21 years ago |
peter
|
2769c9048c
* don't allow assigned(tobject) anymore, it is useless since it
|
21 years ago |
michael
|
41655fe0ac
+ Patch from peter to fix typinfo for classes
|
21 years ago |
florian
|
8a9758c5e2
* logs truncated
|
21 years ago |
florian
|
588e2c38bf
* dwarf branch merged
|
21 years ago |
peter
|
b86f2c6a25
* methodpointer is loaded into a temp when it was a calln
|
21 years ago |
florian
|
aa64bb4c2c
+ support for assigned(<dyn. array>) added
|
21 years ago |
daniel
|
b721e5872c
* Prepare compiler infrastructure for multiple ansistring types
|
21 years ago |
florian
|
e678705648
* small x86_64 fixes
|
21 years ago |
peter
|
8d078ada18
* variant array support
|
21 years ago |
peter
|
e46cdcea48
* constants ordinals now always have a type assigned
|
21 years ago |
peter
|
c844c5a505
* procvar cleanup
|
21 years ago |
peter
|
6faddb5e71
* constants are now parsed as 64bit for cpu64bit
|
21 years ago |
daniel
|
b38d7f59f4
* Make better use of try_to_consume
|
21 years ago |
peter
|
1e3875ad36
- fix rtti generation for properties containing sl_vec
|
21 years ago |
peter
|
ecfbbeffc3
* renamed xNNbittype to xNNinttype
|
21 years ago |
Jonas Maebe
|
b46b7ff792
* integrated hack from 1.0.x so we can parse low(int64) as int64 instead
|
21 years ago |
peter
|
1260eed8fd
* again procvar fixes
|
21 years ago |
peter
|
90a0c832e4
* Initialize() added
|
22 years ago |
peter
|
2d08c072b5
* fix crash with exit() in a procedure
|
22 years ago |
peter
|
353219a928
* typed address only used for @ and addr() that are parsed
|
22 years ago |
peter
|
76f5fbd7db
* check paralength instead of assigned(left)
|
22 years ago |
florian
|
bbf7300a0c
* Florian's culmutative nr. 1; contains:
|
22 years ago |
peter
|
25bf6452b4
* fixed calling classmethod for other object from classmethod
|
22 years ago |
peter
|
1688a42f0d
* assigned(proc()) does not change the calln to loadn
|
22 years ago |
peter
|
079e489b08
* absolute to object field supported, fixes tb0458
|
22 years ago |
peter
|
56ebcd1249
* self is not a token anymore. It is handled special when found
|
22 years ago |
florian
|
8fcfcc6606
* fixed constructor call in class methods
|
22 years ago |