- Complete language specification (math_prog_lang.md) - M0 blocker tracking issue template - Glyph escape sequences reference - Operator precedence table - Example programs from specification - Project README Ready for pre-M0 implementation phase
8 lines
No EOL
149 B
Text
8 lines
No EOL
149 B
Text
𝓜 Mathematics ⇒ {
|
||
π ≜ 3.14159
|
||
sin ≜ λx∈ℝ: ...
|
||
cos ≜ λx∈ℝ: ...
|
||
}
|
||
|
||
angle ← π/4
|
||
result ← Mathematics‧sin(angle) |