Commit History

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