Skip to content

ynx0/kCAS

Repository files navigation

kCAS

kind of a CAS

kind of as in not really

Usage

If you say so.

  1. Get poetry
  2. Run poetry install
  3. Run poetry shell
  4. Run ./main.py
  5. Type some math expressions.
  6. ???
  7. Profit

Examples

  • 1 + 1
  • b = 2 ** a
  • a = 5
  • -a / sin(12)
  • simp (cos(x**(2 + 1)) + (0 * y)) / 2

Why?

For fun. Also parsers are cool.

Why is it broken?

Yes.