epatrizio / ola

OCaml Lua Interpreter
The Unlicense
1 stars 1 forks source link

Improve pretty printer #2

Open epatrizio opened 1 year ago

epatrizio commented 1 year ago

OCaml Format module (Boxes ...) https://v2.ocaml.org/api/Format.html https://ocaml.org/docs/formatting-text

epatrizio commented 1 year ago

for now, float 1.0 pretty printing = 1. in lua, print(1.) is correct and return 1.0 so, that seems to be good enough.

epatrizio commented 1 year ago

for now, function pretty printing is in a draft state https://github.com/epatrizio/ola/pull/8