Sujet : Re: Operator overloading?
De : minforth (at) *nospam* gmx.net (minforth)
Groupes : comp.lang.forthDate : 26. Jul 2024, 16:32:37
Autres entêtes
Organisation : novaBBS
Message-ID : <49b7519f65a1b9982b9cc626b8e49ebb@www.novabbs.com>
References : 1 2 3 4 5 6 7
User-Agent : Rocksolid Light
On Fri, 26 Jul 2024 11:25:35 +0000, mhx wrote:
LET is not written in standard Forth. It is based on
Wil Baden's OPG (Operator Precedence Grammar), but there are
additions so that XOPG can be used as a SPICE expression
evaluator/compiler.
Okay, thanks! I found OPG here
http://www.wilbaden.com/neil_bawd/opg.txtInteresting concept. I knew only of Julian Noble's ftran.