ww: lift introspection files to lib/ww/ (ast, lex, tok, parse, typ, sym)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// `type NAME = TYPE;` (alias + struct), top-level `let NAME: TYPE = LIT;`.
|
||||
//
|
||||
// Function declarations are still recovered past — the body parser
|
||||
// is the next major chunk. See selfhost/cmd/wcc/parse.ww header.
|
||||
// is the next major chunk. See lib/ww/parse.ww header.
|
||||
|
||||
use os;
|
||||
use mem;
|
||||
|
||||
Reference in New Issue
Block a user