A simple, terminal-based boolean logic simulator
Go to file
2017-04-09 21:44:46 -04:00
Radec Add the basic class defineition for Wire and Gate. 2017-04-04 13:37:46 -04:00
src implement circuit file parsing and add specs for rest of gates 2017-04-09 21:42:07 -04:00
.gitattributes Add the basic class defineition for Wire and Gate. 2017-04-04 13:37:46 -04:00
.gitignore Add the basic class defineition for Wire and Gate. 2017-04-04 13:37:46 -04:00
readme.md update readme 2017-04-09 21:44:46 -04:00

RADEC

TODO

  • implement findWire() function
  • implement vector file parsing
  • develop pQueue class
  • define all classes more completely