negelef
|
72406ae9e0
Unified whitespace
|
6 жил өмнө |
negelef
|
38473b9849
Removed end-of-line whitespace in all modules
|
6 жил өмнө |
eth.morozova
|
fafc25c8ea
added support of RESHAPE operator acting on objects
|
6 жил өмнө |
negelef
|
bb1f91b67a
Unified spelling
|
6 жил өмнө |
negelef
|
f2c3a699ae
Fixed offset of last variable
|
7 жил өмнө |
felixf
|
1b22680b94
removed unused symbols,
|
7 жил өмнө |
negelef
|
101fb4c012
Fixed alignment of range type
|
7 жил өмнө |
negelef
|
aa8277863d
Renamed Runtime module to built-ins as it mainly contains built-in functions for operations which the compiler or back-end do not support natively
|
7 жил өмнө |
felixf
|
de8d09fec7
Patched overlapping temporary variables
|
7 жил өмнө |
negelef
|
7ea61cdf73
Fixed parentheses
|
7 жил өмнө |
eth.metacore
|
c7b8a1572d
fix issue: MAX( UNSIGNED64 ) returned 0, because the result of ASH(1, 64) is undefined -- ( 0 );
|
7 жил өмнө |
negelef
|
0f96d43f45
Removed unused local variables
|
7 жил өмнө |
felixf
|
9b7c916ea9
reshape: array of size (i/o array of longint)
|
7 жил өмнө |
eth.negelef
|
4065854ddd
Added proper type definition for evaluating constant set expressions
|
7 жил өмнө |
felixf
|
3490093614
Moved platform calling convention to the frontend (as an important side effect, platform calling convention is appearing translated in the symbol file)
|
7 жил өмнө |
felixf
|
d7e0caff9c
Added Platform Calling Convention
|
7 жил өмнө |
negelef
|
8aff2262b5
Reintroduced WORDSET, see revision 7712
|
7 жил өмнө |
negelef
|
dce98a4ac9
Fixed missing distance calculation for set types
|
7 жил өмнө |
eth.negelef
|
58dedab4af
Fixed set value conversion
|
7 жил өмнө |
eth.negelef
|
05bd002c6b
Added support for set types of different sizes
|
7 жил өмнө |
eth.negelef
|
2fd495df26
Reverted changes from revision 7712
|
7 жил өмнө |
eth.negelef
|
1619eab1ad
Added a new built-in type called WORDSET which is a SET with the same amount of bits as WORD
|
7 жил өмнө |
felixf
|
7ed8f166fd
patched min/max fpr unsigned data types and overflow check of positive HUGEINT values
|
7 жил өмнө |
negelef
|
900eb35aa3
Removed duplicated semicolons
|
7 жил өмнө |
felixf
|
7a4678c119
corrected behavior for missing module name (FoxTester trapped for first negative ompilation test)
|
7 жил өмнө |
felixf
|
328a86f8e0
reverted (32-bit Oberon legacy): LEN is treated as LONGINT
|
7 жил өмнө |
felixf
|
b4617815d2
Support for generic namespaces.
|
7 жил өмнө |
felixf
|
c2aca34e17
added matrix-vector multiplication on tensors
|
8 жил өмнө |
felixf
|
eeeb817fba
Moved Complex Numbers out of ArrayBase (should complex numbers move back to a library in general?)
|
8 жил өмнө |
felixf
|
6ae1f6e997
allowed for operator overloading of im / re
|
8 жил өмнө |