iainbeeston / nickel

Nickel extracts date, time, and message information from naturally worded text.
MIT License
112 stars 17 forks source link

Remove InstanceFromHash #9

Closed iainbeeston closed 10 years ago

iainbeeston commented 10 years ago

Occurrence and Construct rely on the InstanceFromHash module. It's fairly neat, but both of these classes could probably be rewritten to be subclasses of Struct instead, and this might also remove some boilerplate code.

iainbeeston commented 10 years ago

Closed by #12