3. Known Limitations

3.1. Literal Arithmetic

  • Chained arithmetic doesn’t parse properly when using the same operator.

  • Issue: #40

  • Example: 2/1/2 2/(1/2)

  • Workaround: Don’t chain arithmetic prefer explicit assignment.