Sebastian Schmidt
55e8b51228
Add exponentiation operator
...
+ Add hat token
+ Add exponentiation operator
+ Document exponentiation operator
+ Test exponentiation operator
Implements #3
2019-03-19 18:42:50 +02:00
Sebastian Schmidt
93e8d867b4
Add exponentation operator
...
+ Add hat token
+ Add exponentation operator
Implements #3
2019-03-19 18:32:10 +02:00
Sebastian Schmidt
c631171ff0
Add comma operator and display implementations
...
+ Add comma token
+ Add tuple operator
+ Add tuple value type
+ Implement display for `tree::Node` and all related types
+ Add support for right-to-left chaining of operators with same precedence
The priority of chaining of operators with the same precedence remains left-to-right.
Only if two consecutive operators with the same precedence are right-to-left, they will be ordered right-to-left.
Implements #4 .
2019-03-19 18:24:36 +02:00
Sebastian Schmidt
265b1214b0
Improve documentation about precedence and operators and README introduction
2019-03-19 16:47:17 +02:00
Sebastian Schmidt
c58d5dcda5
Test if functions can actually be called with multiple arguments
2019-03-19 12:47:01 +02:00
Sebastian Schmidt
ed73f779e9
Add explanation about functions and precedences
2019-03-19 12:22:06 +02:00
Sebastian Schmidt
2b9d50909e
Add quickstart guide and detailed explanation of features
2019-03-19 12:01:06 +02:00
Sebastian Schmidt
a51680da08
Add precedences to operators in docs
2019-03-19 11:03:34 +02:00
Sebastian Schmidt
33d26aceb0
Check how github renders readme
2019-03-19 10:43:52 +02:00
Sebastian Schmidt
79d8084baa
Add proper documentation
2019-03-18 19:51:20 +02:00
Sebastian Schmidt
d2336cb59d
Implement function to build operator tree
2019-03-18 19:25:43 +02:00
Sebastian Schmidt
879f1fcd22
Evaluate arbitrary functions
2019-03-18 19:22:44 +02:00
Sebastian Schmidt
22d0d2c3d0
Format code and specify exports
2019-03-18 18:02:45 +02:00
Sebastian Schmidt
b3a616c39a
Working on implementing functions
2019-03-15 20:26:25 +02:00
Sebastian Schmidt
3351d19db3
Tested configuration
2019-03-15 19:46:00 +02:00
Sebastian Schmidt
b1abbd6cfd
Implemented configuration
2019-03-15 19:29:36 +02:00
Sebastian Schmidt
406bfe0e05
rustfmt
2019-03-15 19:22:14 +02:00
Sebastian Schmidt
bb74bee382
Implemented boolean expressions
2019-03-15 19:19:59 +02:00
Sebastian Schmidt
a1ba054609
Implemented mod and replaced Braced with RootNode
2019-03-15 18:34:40 +02:00
Sebastian Schmidt
1bc2909c1b
Implemented and tested braces
2019-03-15 18:27:10 +02:00
Sebastian Schmidt
879fc4fe3d
Tested separate int and float types
2019-03-15 17:43:26 +02:00
Sebastian Schmidt
0ee4946eaf
Implemented separate int and float types
2019-03-15 17:40:38 +02:00
Sebastian Schmidt
22490f5036
Tested arithmetic precedence
2019-03-15 17:24:45 +02:00
Sebastian Schmidt
045313f076
More test cases
2019-03-15 17:18:20 +02:00
Sebastian Schmidt
b38c102c1d
Complete rewrite of crate. Simple tokenizer and treeifyer (Or however the compiler people call these.).
2019-03-15 17:14:27 +02:00
Sebastian Schmidt
c313ec8ce5
Deciding to try a reboot
2019-03-15 13:42:18 +02:00
Sebastian Schmidt
f3d6c2b7ed
Updated readme
2019-03-15 13:12:18 +02:00
Sebastian Schmidt
1e5e9a3ae9
Added converge builtin function
2019-03-15 12:04:01 +02:00
fengcen
0c4413836d
fix #2
2018-08-24 09:09:55 +08:00
fengcen
daf3f5bd4a
allow null to compare
2017-12-07 07:24:12 +08:00
fengcen
ce671d0f0a
update serde to version 0.9, bump version 0.4.0
2017-02-13 08:26:47 +08:00
fengcen
ed7398ca30
fix bench.
2016-11-22 08:32:04 +08:00
fengcen
c2e3401c74
fix compile in stable.
2016-11-22 07:51:18 +08:00
fengcen
3cb3197f6f
add .
and []
support.
2016-11-21 09:14:40 +08:00
fengcen
032e57df43
add Expr builder. add ExecOptions. add len()
2016-11-20 16:04:06 +08:00
fengcen
fa9c6a4430
change readme.
2016-11-18 12:03:03 +08:00
fengcen
3c19414593
format code.
2016-11-17 23:53:17 +08:00
fengcen
1d84eea270
init repository.
2016-11-17 00:12:26 +08:00