Vadim Petrochenkov
59013cdebe
ast_lowering: Introduce lower_span
for catching all spans entering HIR
2021-08-29 10:49:40 +03:00
Cameron Steffen
1537cd4fb1
Remove refs from pat slices
2021-07-15 16:09:57 -05:00
Ryan Levick
6936349233
Add support for using qualified paths with structs in expression and pattern
...
position.
2021-06-10 13:18:41 +02:00
Vadim Petrochenkov
b25d3ba781
ast/hir: Rename field-related structures
...
StructField -> FieldDef ("field definition")
Field -> ExprField ("expression field", not "field expression")
FieldPat -> PatField ("pattern field", not "field pattern")
Also rename visiting and other methods working on them.
2021-03-16 11:41:24 +03:00
Fabian Zaiser
3a7a997323
Implement destructuring assignment for tuples
...
Co-authored-by: varkor <github@varkor.com>
2020-11-07 13:17:19 +00:00
Dániel Buga
f88d6e8437
Loop instead of recursion
2020-10-24 01:24:58 +02:00
mark
9e5f7d5631
mv compiler to compiler/
2020-08-30 18:45:07 +03:00