enso/distribution/lib/Standard
Kaz Wesley 2edd2bd7ff
Ensure all spans have document offsets (#8039)
- Validate spans during existing lexer and parser unit tests, and in `enso_parser_debug`.
- Fix lost span info causing failures of updated tests.

# Important Notes
- [x] Output of `parse_all_enso_files.sh` is unchanged since before #7881 (modulo libs changes since then).
- When the parser encounters an input with the first line indented, it now creates a sub-block for lines at than indent level, and emits a syntax error (every indented block must have a parent).
- When the parser encounters a number with a base but no digits (e.g. `0x`), it now emits a `Number` with `None` in the digits field rather than a 0-length digits token.
2023-10-19 12:36:42 +00:00
..
AWS/0.0.0-dev Fix a DROP table bug, add SQL debug logging (#8007) 2023-10-10 13:16:06 +00:00
Base/0.0.0-dev Ensure all spans have document offsets (#8039) 2023-10-19 12:36:42 +00:00
Database/0.0.0-dev Review places where we can use Column_Ref (#8101) 2023-10-18 19:03:50 +00:00
Examples/0.0.0-dev S3 Read Access, Input Stream based reading (#7776) 2023-09-20 15:09:11 +00:00
Geo/0.0.0-dev Rename Decimal to Float (#7807) 2023-09-14 15:01:30 +00:00
Google_Api/0.0.0-dev S3 Read Access, Input Stream based reading (#7776) 2023-09-20 15:09:11 +00:00
Image/0.0.0-dev Add GROUP to functions (#7622) 2023-08-23 13:20:38 +00:00
Searcher/0.0.0-dev New Data.post for sending a payload to a Web API (#7700) 2023-09-19 11:26:29 +00:00
Table/0.0.0-dev Restructuring XML into Table form (#8083) 2023-10-19 07:02:48 +00:00
Test/0.0.0-dev Add benchmarks related to add_row_number performance investigation (#8091) 2023-10-18 17:21:59 +00:00
Visualization/0.0.0-dev S3 Read Access, Input Stream based reading (#7776) 2023-09-20 15:09:11 +00:00