tree-sitter-ada/test/corpus
Troy Brown 6c3dc1f0ae Correct parsing of discriminant constraints in allocators.
The existing grammar was causing discriminant constraints in
allocators to be incorrectly parsed as function calls.  This change
modifies the grammar to more accurately follow the grammar of the
language and corrects the issue.

Updated the test corpus to add additional allocator tests with
numerous subtype indications and qualified expressions for more
extensive testing.
2024-05-22 21:12:41 +02:00
..
access.txt (package_specification): now hidden in trees 2023-02-13 13:51:44 +01:00
arrays.txt (package_specification): now hidden in trees 2023-02-13 13:51:44 +01:00
attributes.txt Add support for slices 2022-12-13 12:29:02 +01:00
choices.txt Correct parsing of discrete_choice expressions. 2023-09-05 09:17:27 +02:00
generics.txt (package_specification): now hidden in trees 2023-02-13 13:51:44 +01:00
literals.txt Task types may have no task_item 2022-12-14 12:24:09 +01:00
packages.txt (package_specification): now hidden in trees 2023-02-13 13:51:44 +01:00
pragmas.txt Accept declare expression in pragma 2024-01-05 08:19:05 +01:00
preprocessor.txt (package_specification): now hidden in trees 2023-02-13 13:51:44 +01:00
protected.txt Accept aspect specification for entry index specification 2024-01-05 08:31:05 +01:00
records.txt Accept aspect specification for discriminant specification 2024-01-05 08:33:41 +01:00
renames.txt Inline "statement" 2022-12-12 11:35:04 +01:00
separates.txt Inline all rules that do not consume any character directly 2022-12-09 12:32:06 +01:00
statements.txt Correct parsing of discriminant constraints in allocators. 2024-05-22 21:12:41 +02:00
subprograms.txt (package_specification): now hidden in trees 2023-02-13 13:51:44 +01:00
tasking.txt (package_specification): now hidden in trees 2023-02-13 13:51:44 +01:00
types.txt Correct parsing of discrete_choice expressions. 2023-09-05 09:17:27 +02:00