Mathias Bavay
|
a4bd8861dd
|
Added SPDX license identifier
|
2021-06-17 15:56:40 +02:00 |
|
Lewis Van Winkle
|
d0e5947f72
|
Merge pull request #65 from codeplea/temp
add test cases, general cleanup
|
2020-10-02 17:30:19 -05:00 |
|
Lewis Van Winkle
|
a8f9bd99c2
|
extra test cases and general cleanup
|
2020-10-02 17:27:26 -05:00 |
|
Lewis Van Winkle
|
cc5fb46b62
|
fix header guard comment
|
2020-10-02 17:19:55 -05:00 |
|
Mathias Bavay
|
c943941b24
|
CLang: macro name is a reserved identifier
Fixing CLang's warning: macro name is a reserved identifier [-Wreserved-id-macro] . According to https://www.gnu.org/software/libc/manual/html_node/Reserved-Names.html, a global name should not start with an underscore.
|
2019-04-26 18:14:02 +02:00 |
|
Lewis Van Winkle
|
ffb0d41b13
|
year bump
|
2018-05-10 21:40:53 -05:00 |
|
Lewis Van Winkle
|
4c1015ab7f
|
Make the te_expr struct valid C++ code.
|
2016-08-22 19:06:40 -05:00 |
|
Lewis Van Winkle
|
8e7c788313
|
Got optimize working. Added TE_FLAG_PURE.
|
2016-02-26 17:35:39 -06:00 |
|
Lewis Van Winkle
|
7550e4e309
|
Refactored closure context storage.
|
2016-02-25 14:02:44 -06:00 |
|
Lewis Van Winkle
|
a44620f187
|
Context for closures is now stored separately for each closure.
|
2016-02-25 13:34:58 -06:00 |
|
Lewis Van Winkle
|
b24086b376
|
Added closures. Refactoring.
|
2016-02-24 22:26:54 -06:00 |
|
Lewis Van Winkle
|
75daaf891a
|
Refactoring.
|
2016-02-24 19:02:19 -06:00 |
|
Lewis Van Winkle
|
fc3cee3fb1
|
Refactoring.
|
2016-02-24 18:45:00 -06:00 |
|
EvilPudding
|
bda6fa9d30
|
Fixed memory leaks and uninitialized values.
|
2016-02-24 20:15:47 +00: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
|
0dcd120d51
|
Changed variable names.
|
2016-01-24 21:02:47 -06:00 |
|
Lewis Van Winkle
|
cd9f6a22cb
|
Changed comment.
|
2016-01-24 21:00:41 -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
|
b7af2e3751
|
Added extern C guards for C++ users.
|
2016-01-23 11:28:49 -06:00 |
|
Lewis Van Winkle
|
9beeff7f58
|
Added const in te_eval.
|
2016-01-21 15:05:10 -06:00 |
|
Lewis Van Winkle
|
ec3dde1e24
|
Initial commit
|
2016-01-21 14:36:59 -06:00 |
|