Replace System Objects with Builtins and Syscalls #33
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kayomn/ona#33
Loading…
Reference in New Issue
No description provided.
Delete Branch "kym-builtins"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #32.
@ -803,0 +805,4 @@
import_access: file.Access,
print: *const Printer,
print_error: *const Printer,
};
Options should provide reasonable defaults if they're intended to be optional.
@ -358,1 +373,4 @@
}
return self.report("unknown builtin");
},
Should discerning the specific builtin type be the job of the AST itself? I feel like it should be the job of the compiler during AST parsing.