bool

simple boolean algebra solver
Log | Files | Refs

TODO.md (345B)


      1 - make it so the lexer can lex an EOF, this should allow for both the input and shell to be from stdin
      2 - make a cleanup function that free's the tree
      3 - make a function that makes a truth table
      4     - make a function that increments all the vals by looping through and making a carry
      5 - make a function that can take a tree and print it as algebra