enso/app
Paweł Grabarz bf76be6e6b
[GUI2] use DataView directly in generated parser code (#8028)
- Removed `Cursor` and moved all accessors to standalone functions, reducing the generated code size significantly (especially after minification).
- Removed unnecessary `seek`s from everywhere. Now the offseting is part of each `read` implementation.
- Removed unnecessary differences between `read`s on abstract and concrete types. Now abstract types do the pointer access internally in their `read`.
2023-10-11 21:28:29 +00:00
..
gui Parser TS bindings (#7881) 2023-10-11 13:04:38 +00:00
gui2 [GUI2] use DataView directly in generated parser code (#8028) 2023-10-11 21:28:29 +00:00
ide-desktop Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00