tcr / corollary

Cross-compiler from Haskell to Rust, plus parser-haskell.
73 stars 5 forks source link

Handle @ signs in the middle of code #40

Open tcr opened 7 years ago

tcr commented 7 years ago

Whatever the @ does here, it should be handled right:

typedef mut [spec@(CTypeDef ident _)] = do
pshc commented 7 years ago

https://doc.rust-lang.org/book/patterns.html#bindings

tcr commented 7 years ago

Hah, of course!