aboutsummaryrefslogtreecommitdiff
path: root/test.php
blob: 37089be9be8fcbd089f427d98d8417a64637423f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?php
/**
 * Author: Alexander "NeonXP" Kiryukhin
 * Date: 14.03.13
 * Time: 1:08
 */
require "vendor/autoload.php";

$e = new \NXP\MathExecutor();

print $e->execute("1 + 2 * (2 - (4+10))^2");