Re: [dev] High Order Calculator

2015-12-18 Thread e...@bestmx.net
On Fri, 18 Dec 2015 11:16:29 -0800 Evan Gates wrote: > It's in 9base. > > http://git.suckless.org/9base/tree/hoc > > That being said, the tutorial in "The Unix Programming Environment" is > a fantastic way to learn yacc. just for the record: The Lemon Parser Generator far more logical and cle

Re: [dev] High Order Calculator

2015-12-18 Thread Evan Gates
It's in 9base. http://git.suckless.org/9base/tree/hoc That being said, the tutorial in "The Unix Programming Environment" is a fantastic way to learn yacc. -emg

Re: [dev] High Order Calculator

2015-12-18 Thread Martti Kühne
Yay. Nice find. That's the most non-bullshit interpreter I've seen. cheers! mar77i

[dev] High Order Calculator

2015-12-18 Thread Alba Pompeo
I am sharing this program with you after seeing it on a book. It looks like this tool has been lost in the past, but may provide great fun for the curious minds here. I hope you enjoy it. This is the AT&T 1995 version by Brian Kernighan and Rob Pike. Ciao. hoc.sh Description: Bourne shell scrip