Fabian Homborg cbc25d7829 [tinyexpr] Port to C++
This removes the need to run c-compilation on one file, and allows us
to in future c++-ify this a bit.

There's a lot of bit-fiddling here that is quite unnecessary, better
error-handling would be nice...

So far this removes a few more unused things (because I would have had
to port them), including:

- Functions with ARITY > 3 (even 3 isn't used, but just so we don't
get complacent)

- Variables

- Most functions moved out of the header, because only te_interp is used.

- The te_print function
2018-12-30 19:34:06 +01:00
..
2018-07-09 20:31:16 -07:00
2017-07-12 22:38:24 -07:00
2018-02-12 10:49:22 -08:00
2018-08-03 00:48:50 -07:00
2018-10-06 17:03:18 -07:00
2018-11-18 12:29:35 -08:00
2018-10-20 12:51:51 -07:00
2017-11-16 10:48:21 -08:00
2018-02-18 19:12:45 -08:00
2017-02-14 18:48:27 -08:00
2018-12-11 18:23:37 +01:00
2018-12-16 14:51:18 -08:00
2018-10-23 19:10:14 +02:00
2018-12-14 22:09:29 -06:00
2018-11-08 10:07:45 +01:00
2018-12-12 15:12:12 +01:00
2018-12-18 11:03:33 +01:00
2018-09-30 16:54:56 +02:00
2018-09-01 13:11:42 -07:00
2018-10-24 16:59:24 +02:00
2018-09-01 13:11:42 -07:00
2017-02-11 21:30:38 -08:00
2018-08-11 22:23:20 -07:00
2018-04-01 16:10:59 -07:00
2018-10-20 20:51:05 +02:00
2017-02-14 18:48:27 -08:00
2017-05-01 22:05:35 -07:00
2018-11-04 01:40:07 -08:00
2018-12-08 16:21:52 +01:00
2018-08-04 16:45:16 -07:00
2018-12-30 10:15:07 -06:00
2017-01-24 15:24:13 -08:00
2018-12-30 19:34:06 +01:00
2018-12-30 19:34:06 +01:00
2017-02-14 18:48:27 -08:00
2017-02-14 18:48:27 -08:00
2017-06-17 22:51:25 -07:00