Redefining a built-in type crashes the compiler #80

Closed
opened 2025-03-13 10:31:21 +01:00 by belka · 0 comments
Owner
type
  Int = Word

proc substring(string: String, start: Word, count: Word) -> String;
begin
  return String(string.ptr + start, count)
end

begin
end.
``` type Int = Word proc substring(string: String, start: Word, count: Word) -> String; begin return String(string.ptr + start, count) end begin end. ```
belka added the
bootstrap
label 2025-03-13 10:31:21 +01:00
belka closed this issue 2025-03-14 13:40:21 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: belka/elna#80
No description provided.