aDotInTheVoid / skate

Skateboard for the mind
Apache License 2.0
2 stars 0 forks source link

Make trailing semis discard expr #24

Closed aDotInTheVoid closed 3 years ago

aDotInTheVoid commented 3 years ago

Eg

fn foo() { 5 }

Should return 5 But

fn bar() { 5; }

should not

aDotInTheVoid commented 3 years ago

Closed by https://github.com/aDotInTheVoid/skate/commit/d838f29a50691cac68f9dfc264db66b63338f3a4