0
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Mar 27, 2025 — Mar 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Using operators instead of named functions now. More... over 16 years ago
Renamed the XOR op to something more sensible More... over 16 years ago
Stopped exporting the new* operatiosn. Added some operators to represent operations. More... over 16 years ago
Reduced the size of the graphviz generation function More... over 16 years ago
Shortened the definition of main More... over 16 years ago
Removed concentrate annotation until i can get samehead and sametail working. More... over 16 years ago
Added concentrate option to graphviz to share lines and switched to left to right instead of top to bottom. More... over 16 years ago
Graphviz output now puts inputs in their own rank and outputs in their own rank. More... over 16 years ago
Restructured graph so that it uses the unique gate id instead of the zip with [1..] More... over 16 years ago
Added GateID to XOR More... over 16 years ago
Added GateID to Trace More... over 16 years ago
Added GateID to OR More... over 16 years ago
Added gate id to AND More... over 16 years ago
Gave Output a gid. Added the GIdent typeclass More... over 16 years ago
Started adding a global unique id to each gate (only Input for now). More... over 16 years ago
Added functions to pull out the Input's and Output's from a GateSet. More... over 16 years ago
Removed some commented code. More... over 16 years ago
Unused General since Name is imported from IO More... over 16 years ago
Export Name More... over 16 years ago
Changed type of GateSets and renamed to GateSet. All gates are in a single structure now. More... over 16 years ago
-Werror More... over 16 years ago
Merge branch 'master' of [email protected]:sw17ch/gator More... over 16 years ago
Updated for renamed types. More... over 16 years ago
Started adding support for uniplate style accessing. More... over 16 years ago
Updated to match type renaming More... over 16 years ago
Made constructors for gates into something more terse and direct. More... over 16 years ago
Merge branch 'master' of [email protected]:sw17ch/gator More... over 16 years ago
Moved to infix syntax. More... over 16 years ago
Added a 4bit adder that chains full adders together. More... over 16 years ago
Now print graphviz dot format. More... over 16 years ago