Agent-E11 / m_calc_rs

MIT License
0 stars 0 forks source link

Add support for mathematical constants #1

Open Agent-E11 opened 7 months ago

Agent-E11 commented 7 months ago

e.g. Pi, Tau, Sqrt2, e, golden ratio (phi).

Tokenized as [ConstStart, Id("name")] and parsed to [Const(ConstEnum)] (or something like that)

Agent-E11 commented 7 months ago

Print them as their unicode characters like π, τ, φ? Possibly too complicated, but it might be a good idea for a method for the ConstEnum