mirror of https://github.com/boa-dev/boa.git
Browse Source
* Exponentiation (**) now works. Added missing NumOp type, token match, and calculation. * Assignment exponentiation (**=) now works. Added missing AssignOp type, token match, and calculation. This fixes #89.pull/145/head
simon brahan
5 years ago
committed by
Jason Williams
4 changed files with 43 additions and 0 deletions
Loading…
Reference in new issue