Suggestions on syntax to express mathematical formula concisely

前端 未结 13 1112
予麋鹿
予麋鹿 2021-02-02 08:46

I am developing functional domain specific embedded language within C++ to translate formulas into working code as concisely and accurately as possible.

I posted a proto

13条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-02 09:00

    I would consider expressing math formulas as they are done in LaTeX. After all, LaTeX is already well-defined and well-documented in this area.

提交回复
热议问题