Prep to switch from Def to CExp for backend passes.

This commit is contained in:
2025-03-15 15:46:56 -07:00
parent 5c7d065a88
commit 5ab2a28bcf
13 changed files with 650 additions and 338 deletions

View File

@@ -10,7 +10,6 @@ const NUMBER = 5;
const NULL = 6;
const te = new TextEncoder();
// TODO - next two functions are machine generated and need to be fixed
class DeserializationStream {
pos = 0;
buf: Uint8Array;