top | item 44506193 Show HN: A Truth Table Generator Written in Common Lisp 17 points| lerax | 7 months ago |logic.manoel.dev 2 comments order hn newest kazinator|7 months ago I did something like this as a small stackoverflow answer in 2015.https://stackoverflow.com/questions/29963269/boolean-express...Quite recently I revisited the parser part of the and used it as the starting point for adding comprehensive infix syntax support to TXR Lisp.That's still only 300 lines of code, in one file:https://www.kylheku.com/cgit/txr/tree/stdlib/infix.tl lerax|7 months ago The history behind: https://lerax.me/programming/lisp-inference/
kazinator|7 months ago I did something like this as a small stackoverflow answer in 2015.https://stackoverflow.com/questions/29963269/boolean-express...Quite recently I revisited the parser part of the and used it as the starting point for adding comprehensive infix syntax support to TXR Lisp.That's still only 300 lines of code, in one file:https://www.kylheku.com/cgit/txr/tree/stdlib/infix.tl
kazinator|7 months ago
https://stackoverflow.com/questions/29963269/boolean-express...
Quite recently I revisited the parser part of the and used it as the starting point for adding comprehensive infix syntax support to TXR Lisp.
That's still only 300 lines of code, in one file:
https://www.kylheku.com/cgit/txr/tree/stdlib/infix.tl
lerax|7 months ago