michaeljklein / CPlug

Hot plug C into Haskell, with automatic binding generation and recompilable instances (eventually)
http://michaeljklein.github.io/CPlug/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Clean up repository #4

Open michaeljklein opened 8 years ago

michaeljklein commented 8 years ago

There's plenty to clean up: testing files need to be consolidated/moved/deleted, previous project structure needs to be merged into current or removed, old typeclass method needs to be archived and removed from the repository, C examples need to be either consolidated/deleted or moved out of the repository, etc. There are almost as many blank lines as lines of code and too much C for the sparse examples so far.

michaeljklein commented 8 years ago

I think a lot of the comments/blank lines are in Play/Templated in the old src, where I spent too long trying to make an inferable class of Compilable. IIRC, it's like 1k lines long.

michaeljklein commented 8 years ago

It was Templated.hs... Still need to keep cleaning (e.g. decide whether FixData should be included as its own module or not).