Commit Graph

  • c58d5dcda5 Test if functions can actually be called with multiple arguments Sebastian Schmidt 2019-03-19 12:46:55 +0200
  • 53136e826a Remove two keywords to match maximum amount of five for crates.io Sebastian Schmidt 2019-03-19 12:30:08 +0200
  • dc8c818789 Move function module to folder to match module style of this repo Sebastian Schmidt 2019-03-19 12:29:03 +0200
  • 7896253fb9 Complete reimplementation Sebastian Schmidt 2019-03-19 12:26:36 +0200
  • ed73f779e9 Add explanation about functions and precedences Sebastian Schmidt 2019-03-19 12:22:06 +0200
  • 2b9d50909e Add quickstart guide and detailed explanation of features Sebastian Schmidt 2019-03-19 12:01:06 +0200
  • a51680da08 Add precedences to operators in docs Sebastian Schmidt 2019-03-19 11:03:34 +0200
  • 1e5b0bda22 Check how github renders readme Sebastian Schmidt 2019-03-19 10:45:24 +0200
  • 33d26aceb0 Check how github renders readme Sebastian Schmidt 2019-03-19 10:43:52 +0200
  • 79d8084baa Add proper documentation Sebastian Schmidt 2019-03-18 19:51:09 +0200
  • d2336cb59d Implement function to build operator tree Sebastian Schmidt 2019-03-18 19:25:43 +0200
  • 879f1fcd22 Evaluate arbitrary functions Sebastian Schmidt 2019-03-18 19:21:07 +0200
  • 22d0d2c3d0 Format code and specify exports Sebastian Schmidt 2019-03-18 18:02:45 +0200
  • b3a616c39a Working on implementing functions Sebastian Schmidt 2019-03-15 20:26:25 +0200
  • 3351d19db3 Tested configuration Sebastian Schmidt 2019-03-15 19:46:00 +0200
  • b1abbd6cfd Implemented configuration Sebastian Schmidt 2019-03-15 19:28:59 +0200
  • 406bfe0e05 rustfmt Sebastian Schmidt 2019-03-15 19:22:14 +0200
  • bb74bee382 Implemented boolean expressions Sebastian Schmidt 2019-03-15 19:19:59 +0200
  • a1ba054609 Implemented mod and replaced Braced with RootNode Sebastian Schmidt 2019-03-15 18:34:40 +0200
  • 1bc2909c1b Implemented and tested braces Sebastian Schmidt 2019-03-15 18:27:10 +0200
  • 879fc4fe3d Tested separate int and float types Sebastian Schmidt 2019-03-15 17:43:26 +0200
  • 0ee4946eaf Implemented separate int and float types Sebastian Schmidt 2019-03-15 17:40:38 +0200
  • 22490f5036 Tested arithmetic precedence Sebastian Schmidt 2019-03-15 17:24:45 +0200
  • 3975a17f0b Fixed warnings and removed unused dependencies. Sebastian Schmidt 2019-03-15 17:21:34 +0200
  • 045313f076 More test cases Sebastian Schmidt 2019-03-15 17:18:20 +0200
  • b38c102c1d Complete rewrite of crate. Simple tokenizer and treeifyer (Or however the compiler people call these.). Sebastian Schmidt 2019-03-15 17:11:31 +0200
  • c313ec8ce5 Deciding to try a reboot Sebastian Schmidt 2019-03-15 13:42:18 +0200
  • f3d6c2b7ed Updated readme Sebastian Schmidt 2019-03-15 13:12:18 +0200
  • 09442bf49f Changed crate name, added new author, and incremented patch. Sebastian Schmidt 2019-03-15 12:12:17 +0200
  • 1e5e9a3ae9 Added converge builtin function Sebastian Schmidt 2019-03-15 12:04:01 +0200
  • e53832ca4b
    Update README.md Qiu ChangJin 2019-01-19 09:16:10 +0800
  • 40e2475f23 bump version 0.4.3 fengcen 2018-08-24 09:12:41 +0800
  • 0c4413836d fix #2 fengcen 2018-08-24 09:09:55 +0800
  • 446bf1efec bump version 0.4.2 fengcen 2018-01-17 08:02:32 +0800
  • 7718a06b52
    Merge pull request #1 from zeyla/update-serde-deps Qiu ChangJin 2018-01-17 08:00:08 +0800
  • ccb2545be4 ignore .idea fengcen 2018-01-17 07:59:43 +0800
  • 857c6d9fdb Update serde dependencies Zeyla Hellyer 2018-01-16 09:46:41 -0800
  • 6ab55223c7 bump version 0.4.1 fengcen 2017-12-07 07:25:47 +0800
  • daf3f5bd4a allow null to compare fengcen 2017-12-07 07:24:12 +0800
  • 1b690b634c fix markdown syntax. fengcen 2017-02-25 14:51:55 +0800
  • ce671d0f0a update serde to version 0.9, bump version 0.4.0 fengcen 2017-02-13 08:20:53 +0800
  • 1c4d522007 add status badge. fengcen 2016-11-26 23:05:28 +0800
  • f54a3f0b81 change readme. fengcen 2016-11-25 20:38:53 +0800
  • 6f79daaf45 fix readme fengcen 2016-11-25 20:37:07 +0800
  • dbe471ce46 update version. fengcen 2016-11-22 08:33:44 +0800
  • ed7398ca30 fix bench. fengcen 2016-11-22 08:32:04 +0800
  • c2e3401c74 fix compile in stable. fengcen 2016-11-22 07:51:18 +0800
  • 39dca976ae change version to 0.3.0 for incompatible update. fengcen 2016-11-21 09:17:47 +0800
  • 3cb3197f6f add . and [] support. fengcen 2016-11-21 09:14:40 +0800
  • 032e57df43 add Expr builder. add ExecOptions. add len() fengcen 2016-11-20 16:04:06 +0800
  • 1c7cd61b59 backout version. fengcen 2016-11-18 12:05:34 +0800
  • fa9c6a4430 change readme. fengcen 2016-11-18 12:03:03 +0800
  • 3c19414593 format code. fengcen 2016-11-17 23:53:17 +0800
  • 3729348632 remove redundant code. fengcen 2016-11-17 08:35:02 +0800
  • 92a6dd8ef4 change readme. fengcen 2016-11-17 00:31:52 +0800
  • 638b0d8af2 update document link. rename error. fengcen 2016-11-17 00:28:54 +0800
  • 1d84eea270 init repository. fengcen 2016-11-17 00:12:26 +0800