9f866c8696
The length is redundant if the list is delimited. Serializing the length had the slight advantage of preallocating a list of the correct size and the disadvantages of being harder to maintain by hand and ugly to read. Instead, delimit lists. The empty list is naturally (). Change-Id: I17c14f4e0ca4934cfd3dcdf2a0047f87df80bb79 Reviewed-on: https://dart-review.googlesource.com/c/88320 Reviewed-by: Dmitry Stefantsov <dmitryas@google.com> Reviewed-by: Daniel Hillerström <hillerstrom@google.com> Commit-Queue: Kevin Millikin <kmillikin@google.com>
Conversion to a textual format.
The text format is currently very ad-hoc and there is no conversion back, but it's a pleasant way to view the IR.