Browse Source

Replace the logicexp parser with infix to postfix translation followed by evaluating the postfix. logicexp.c is now shorter and easier to understand and maintain. Also, operator precedence expression parsing conforms to the PSPICE rules. Thus, a & b | c is understood to mean (a & b) | c, for example.

pre-master-46
Brian Taylor 2 years ago
committed by Holger Vogt
parent
commit
e01290c9a2
  1. 1513
      src/frontend/logicexp.c

1513
src/frontend/logicexp.c
File diff suppressed because it is too large
View File

Loading…
Cancel
Save