microsoft / Trieste

A term rewriting system for experimental programming language development.
MIT License
37 stars 20 forks source link

Tuple for Infix sample language #126

Open fhackett opened 2 months ago

fhackett commented 2 months ago

Adds 3 different implementations of tuples in Infix, optionally enabled via flags.

Pending:

Done:

Might need reverting:

Bug in infix language that's not fixed:

fhackett commented 1 month ago

Note to self: the infix main program has some issues involving printing outputs. Also, I forgot to update the postfix printer.