Commit History

Author SHA1 Message Date
  Vladislav Folts 12b9b9e409 investigating Issue #34 (incorrect CASE syntax) 11 years ago
  Vladislav Folts ac91f14e1a fix code generation for logical expressions with "~" 11 years ago
  Vladislav Folts 0ed6ae841b fix string relation/ordering operations 11 years ago
  Vladislav Folts 4d1369e1ae ASSER accepts only one argument (as in a new report 07/13) 11 years ago
  Vladislav Folts 17393de984 Remove COPY/LONG/SHORT (as in a new report 07/13) 11 years ago
  Vladislav Folts 86b986c14a INC/DEC work for non-const second argumnet (as in a new report 07/13). 11 years ago
  Vladislav Folts 98e44f9281 INCL/EXCL works for non-const second argument (as in a new report 07/13). 11 years ago
  Vladislav Folts af14fc0bc7 Support BYTE type. 11 years ago
  Vladislav Folts 528748baab Extra check for exported types. Not needed in current understanding. 11 years ago
  Vladislav Folts 13d5eda362 Support JS.var type to reference any JavaScript variable. 11 years ago
  Vladislav Folts d5283231cb fix pointer types exporting 11 years ago
  Vladislav Folts 5bb88b5f9e Fix record extending by non record type (Issue #30). 11 years ago
  Vladislav Folts c558ac1118 more tests 11 years ago
  Vladislav Folts dcf1a5aef1 fix diagnostic 11 years ago
  Vladislav Folts 59fc0fe073 syntax error diagnostic tune up 11 years ago
  Vladislav Folts 527061c750 tune up syntax errors diagnostic 11 years ago
  Vladislav Folts bf670f7fed Forbid exporting from pointers to anonymous records. Follow up to opaque data types support. 11 years ago
  Vladislav Folts 62ccc99ad4 Original oberon report refinement: 11 years ago
  Vladislav Folts f139f12a34 array fixes + corrections to confirm report 12 years ago
  Vladislav Folts 16a85ac3ae check if return type is array or record (Issue #18) 12 years ago
  Vladislav Folts b486363839 Fix typeguard for value variables (Issue #16). 12 years ago
  Vladislav Folts 8882ebb3dc more tests (Issue #17) 12 years ago
  Vladislav Folts 0fff0d7f4b Fix wrong code generation for vars with imported record type (Issue #15). 12 years ago
  Vladislav Folts f1c1f515ca fix export non-RECORD types (Issue #14) 12 years ago
  Vladislav Folts 8ff151821c bug fix for specific pointer to pointer declaration 12 years ago
  Vladislav Folts a67134562a fix multiple forward declarations to the same type 12 years ago
  Vladislav Folts 1a582a573c fix type guard semantic: pointer type is checked for pointer variable and record type for record variable. 12 years ago
  Vladislav Folts 7f320f5e18 more tests 12 years ago
  Vladislav Folts 76663bc48d imported variables are read-only (according to language report) 12 years ago
  Vladislav Folts 8d9bca7610 unify tests 12 years ago