Binary expression tree
Johan Mazel <[email protected]>
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <CAKS5mhSVLYFap37VDr_xZ5dTea0xGV61EsSELVdmFm6Q3X7rcw@mail.gmail.com> |
Hi I want to parse and evaluate arithmetic expressions (not at the same time). I am looking for any bit of code linked to binary expression trees (data structure, lex/yacc, ...). Thanks in advance for your time. Johan