ww: group lex.ww + tok.ww into lib/ww/lex/ submodule
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// lib/ww/lex.ww — port of cmd/wcc/lex.c.
|
||||
// lib/ww/lex/lex.ww — port of cmd/wcc/lex.c.
|
||||
//
|
||||
// The DFA, the helpers, and the order of decisions all mirror the C
|
||||
// version exactly. The 990_selfhost test diffs the resulting token
|
||||
@@ -1,4 +1,4 @@
|
||||
// lib/ww/tok.ww — port of cmd/wcc/tok.c plus the Tkind /
|
||||
// lib/ww/lex/tok.ww — port of cmd/wcc/tok.c plus the Tkind /
|
||||
// Tok / Pos shapes from cmd/wcc/ww.h.
|
||||
//
|
||||
// Token kind values must stay numerically equal to the C side: the
|
||||
Reference in New Issue
Block a user