add real world test corpus; work on some parse errors and weirdnesses

This commit is contained in:
mhoffm
2021-06-19 16:56:35 +02:00
parent fa9b0307c6
commit 5f7a5b5e98
900 changed files with 16442 additions and 9184 deletions

View File

@@ -32,9 +32,10 @@ foo = bar[1]
(variable_expr
(identifier))
(index
(expression
(literal_value
(numeric_lit))))))))
(new_index
(expression
(literal_value
(numeric_lit)))))))))
================================================================================
attr splat
@@ -102,6 +103,7 @@ foo = bar[*][*].a.b.c[d]
(get_attr
(identifier))
(index
(expression
(variable_expr
(identifier))))))))))
(new_index
(expression
(variable_expr
(identifier)))))))))))