Commit ca2a56b
committed
docs: README — the emitted parser need not be JS (issue #6)
Documents the target-agnostic emitter under "A language-agnostic engine": one
analysis → one IR → per-target render (Go/Rust/native, each with its own regex-free
lexer), proven by the real javascript.ts and typescript.ts grammars emitting to
ts/go/rust byte-identical to the interpreter and gate-maintained, with the Rust/Go
throughput results and the ASCII-offset boundary noted.1 parent cd4ebc8 commit ca2a56b
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
341 | 356 | | |
342 | 357 | | |
343 | 358 | | |
| |||
0 commit comments