asummers / erlex

Convert Erlang style structs and error messages to equivalent Elixir.
Other
34 stars 17 forks source link

Handle empty tuples #12

Closed asummers closed 5 years ago

asummers commented 5 years ago

Empty tuples are a thing, and this doesn't deal with them. I don't know how they're useful, but they're legal so we should parse them.