Y
Hacker News
new
|
ask
|
show
|
jobs
by
smolsky
1208 days ago
LOL, here is my C++ implementation of the same concept:
https://github.com/os12/calc
1 comments
johndubchak
1204 days ago
I love that you include the BNF-ish grammar. Grammars are so straight-forward to read, I wish my eyes didn't glaze over during those times I've tried to sit down and create one.
link