Commit Graph

15 Commits

Author SHA1 Message Date
Lewis Van Winkle
4f35ab350d Added basic tests for up to 7-ary functions. 2016-02-24 19:28:25 -06:00
Lewis Van Winkle
fc3cee3fb1 Refactoring. 2016-02-24 18:45:00 -06:00
Lewis Van Winkle
4e03677a6f Bug fix. 2016-02-24 14:46:16 -06:00
EvilPudding
8a8fe5ba4f Merge branch 'dynfunc' of https://github.com/codeplea/tinyexpr 2016-02-24 20:19:05 +00:00
Lewis Van Winkle
31782a849f Bug fix in list grammar. 2016-02-24 13:52:42 -06:00
EvilPudding
0417ed63a8 Added arity greater than 2, and test cases. 2016-02-24 17:46:54 +00:00
Lewis Van Winkle
d9138d4bff Added ability for dynamic functions. 2016-02-23 17:13:11 -06:00
Lewis Van Winkle
52a4995d6c Added comma operator, builtin functions of arity 0 and 2. 2016-02-23 15:18:44 -06:00
Lewis Van Winkle
5ad50341ec Additional test cases for name lookup. 2016-02-23 11:21:16 -06:00
Lewis Van Winkle
683de28d08 Added additional test cases. 2016-01-26 16:07:31 -06:00
Lewis Van Winkle
941eb79e77 Removed redundant tests. 2016-01-23 12:38:23 -06:00
Lewis Van Winkle
ef6d187ce1 Added test case for empty string. 2016-01-23 12:36:58 -06:00
Lewis Van Winkle
75952ab5fd Added test cases to insure te_compile returns 0 on error. 2016-01-23 12:13:53 -06:00
Lewis Van Winkle
1ee637afef Changed error handling a bit. te_interp returns NaN for bad expressions. 2016-01-23 12:09:38 -06:00
Lewis Van Winkle
ec3dde1e24 Initial commit 2016-01-21 14:36:59 -06:00