ww: separate package identity from declared name

This commit is contained in:
2026-08-14 03:07:58 +09:00
parent 028da6323e
commit 6efe9b70d4
37 changed files with 1678 additions and 886 deletions

View File

@@ -4,7 +4,6 @@
package main;
import os;
import rt;
import strings;
export fn emitbyte(a: *asm_, b: u8) void = {

View File

@@ -5,7 +5,6 @@
package main;
import os;
import rt;
import strings;
fn cstreq(a: *u8, lit: str) bool = {