Jonas Maebe
|
2dd6a91a9f
+ allow implicit type conversions of 4 byte integers to strings for
|
19 years ago |
Jonas Maebe
|
5eedbdfde9
+ support for indexing 4-byte sized integers as array[1..4] of char in
|
19 years ago |
Jonas Maebe
|
12c76ca1ce
+ support for "return" without return value in MacPas mode
|
19 years ago |
florian
|
32c7ba29ea
* when calling an inherited methode by msg, any var parameters are compatible,
|
19 years ago |
peter
|
d07f470b71
* remove ifdef fpc
|
19 years ago |
Jonas Maebe
|
cd5b9245f9
+ support for bitsizeof() function
|
19 years ago |
Jonas Maebe
|
eccbc78e04
+ support for bitpacked arrays:
|
19 years ago |
peter
|
eb829ea21b
* store procdef messageinf in the ppu
|
19 years ago |
peter
|
22657a363b
* pass context class to searchsym_in_class to fix the visibility
|
19 years ago |
Jonas Maebe
|
03302dc7c4
* fixed support for macpas & and | operators: they only work on booleans
|
19 years ago |
daniel
|
4d37c919cc
* Internal implementations of get_frame, get_caller_frame and get_caller_addr.
|
19 years ago |
florian
|
f7817b5669
+ parsing of variant dispatching
|
19 years ago |
florian
|
9e00f894a9
+ support for unaligned function
|
19 years ago |
Jonas Maebe
|
3bc040cc45
* count references to symbols accessed via properties (fixes bug #4826)
|
19 years ago |
Jonas Maebe
|
791be20f28
* committed wrong file in r2614 (ncal.pas instead of pexpr.pas)
|
19 years ago |
peter
|
b967ae8307
* support @inherited <method> to get the methodpointer
|
19 years ago |
peter
|
232555904e
* symtablestack cleanup and rewrite
|
19 years ago |
peter
|
301042c824
* more check_hints fixes
|
19 years ago |
Jonas Maebe
|
9fd4e98dad
* fixed displaying of hints such for procedures and functions
|
19 years ago |
peter
|
45176ea2a8
* split tstringtype for stringdef and stringconstnode
|
19 years ago |
Jonas Maebe
|
5ccbeea1d3
+ support for "return x" as equivalent for "exit(x)" in macpas mode
|
19 years ago |
peter
|
710ea0edf0
* fix enum support in vecn in symlists
|
19 years ago |
peter
|
80fef1e8ad
* fix parsing of typecasts in type declarations
|
19 years ago |
peter
|
95879fe8a7
* basic support for generic classes
|
19 years ago |
peter
|
739ea825d4
* fix sizeof(array of const)
|
19 years ago |
florian
|
350c886460
+ support exit();
|
20 years ago |
peter
|
f1af7cfe8f
* generate implicit 0+<x> for +<x> expressions
|
20 years ago |
peter
|
38993ae7e8
* support procvar^, with procvar returning a procvardef in tp/mac modes
|
20 years ago |
florian
|
71b90d4d00
+ slice implemented
|
20 years ago |
peter
|
d1d2b0e1a1
* function name doesn't call the function in macpas
|
20 years ago |