Commit Graph

  • 2f7af7de90 Simple equation solving, mostly using pre-existing logic from the inverter PaddiM8 2020-12-14 19:21:30 +0100
  • 562b232120 Added 'Type help for instructions' text, and fixed ansi_colors for windows PaddiM8 2020-12-14 11:25:08 +0100
  • 34927585c5 Added 'Type help for instructions' text, and fixed ansi_colors for windows PaddiM8 2020-12-14 11:25:08 +0100
  • a3bae36810 Merge README update with 'help' command. PaddiM8 2020-12-14 10:43:12 +0100
  • aa31d4e381 Merge README update with 'help' command. PaddiM8 2020-12-14 10:43:12 +0100
  • 0d4398e4a5 Added 'help' command in the REPL PaddiM8 2020-12-14 10:43:03 +0100
  • c4929857fb Added 'help' command in the REPL PaddiM8 2020-12-14 10:43:03 +0100
  • 78da57eae1 Added minimum rust version to README PaddiM8 2020-12-14 10:23:20 +0100
  • 1f2eb661cc
    Added minimum rust version to README PaddiM8 2020-12-14 10:23:20 +0100
  • 9cacb0c57a v0.3.8 PaddiM8 2020-12-14 00:07:19 +0100
  • a29e7492f9 v0.3.8 PaddiM8 2020-12-14 00:07:19 +0100
  • 7c05d1ab22 Added sum function to symbol_table::contains_fn PaddiM8 2020-12-13 23:47:44 +0100
  • 38a65fe144 Added sum function to symbol_table::contains_fn v0.3.7 PaddiM8 2020-12-13 23:47:44 +0100
  • fd29599e31 Fixed bug where symbol_table::contains_fn didn't check in the BINARY_FUNCS map PaddiM8 2020-12-13 23:44:33 +0100
  • 0c7e694648 Fixed bug where symbol_table::contains_fn didn't check in the BINARY_FUNCS map PaddiM8 2020-12-13 23:44:33 +0100
  • 98d29bcaa6 v0.3.7 PaddiM8 2020-12-13 23:17:49 +0100
  • ec74089faa v0.3.7 PaddiM8 2020-12-13 23:17:49 +0100
  • 912779811c Allow multiplication with parenthesis without star symbol PaddiM8 2020-12-13 23:16:47 +0100
  • 483e82fb03 Allow multiplication with parenthesis without star symbol PaddiM8 2020-12-13 23:16:47 +0100
  • c92512d79d Added 'Copy' to TokenKind, and added a missing line related to the sum function PaddiM8 2020-12-13 22:09:49 +0100
  • 4f02a0f0a3 Added 'Copy' to TokenKind, and added a missing line related to the sum function PaddiM8 2020-12-13 22:09:49 +0100
  • b3720ed6dc Replaced manual cli arg parsing with the seahorse crate PaddiM8 2020-12-13 20:26:35 +0100
  • 88a703c604 Replaced manual cli arg parsing with the seahorse crate PaddiM8 2020-12-13 20:26:35 +0100
  • 339d98e2c6 User-configurable precision PaddiM8 2020-12-13 18:12:33 +0100
  • fbf901620f User-configurable precision PaddiM8 2020-12-13 18:12:33 +0100
  • 1233ad4269 Optimised 'sum' function PaddiM8 2020-12-13 17:45:06 +0100
  • 0ce06d96b9 Optimised 'sum' function PaddiM8 2020-12-13 17:45:06 +0100
  • 22277eddbc Merge branch 'master' of https://github.com/PaddiM8/kalk PaddiM8 2020-12-13 17:23:04 +0100
  • 1cc0b93627 Merge branch 'master' of https://github.com/PaddiM8/kalk PaddiM8 2020-12-13 17:23:04 +0100
  • e9ae651572 Began adding rationals refs/heads/rationals rationals PaddiM8 2020-12-13 17:15:57 +0100
  • a1af433ebd Allow spaces in input number literals PaddiM8 2020-12-13 16:44:45 +0100
  • 1cbc5004d5 Allow spaces in input number literals PaddiM8 2020-12-13 16:44:45 +0100
  • 6d8e182578 Fixed constant rounding PaddiM8 2020-12-13 15:53:38 +0100
  • 720a4da283 Fixed constant rounding PaddiM8 2020-12-13 15:53:38 +0100
  • c6d75104b3 Store number literals as f64 PaddiM8 2020-12-13 15:52:22 +0100
  • 56145c2f45 Store number literals as f64 PaddiM8 2020-12-13 15:52:22 +0100
  • c7b0b27117 Moved some unit logic into kalk_num PaddiM8 2020-12-13 15:31:11 +0100
  • 4ddb2bf33f Moved some unit logic into kalk_num PaddiM8 2020-12-13 15:31:11 +0100
  • 8c41abb4e5 Added another link to the website in the README PaddiM8 2020-12-13 02:36:51 +0100
  • 15e75c8d65
    Added another link to the website in the README PaddiM8 2020-12-13 02:36:51 +0100
  • 98014166a9 Trimming zeroes at the start of scientific notation, and scientific notation exponent value fix PaddiM8 2020-12-13 02:25:33 +0100
  • bd86091e89 Trimming zeroes at the start of scientific notation, and scientific notation exponent value fix v0.3.6 PaddiM8 2020-12-13 02:25:33 +0100
  • 9212581ebd Fixed tests PaddiM8 2020-12-13 02:11:19 +0100
  • 318e8b85ee Fixed tests PaddiM8 2020-12-13 02:11:19 +0100
  • f29104e489 Created KalkNum and moved output formatting from kalk_cli to kalk PaddiM8 2020-12-13 01:27:55 +0100
  • 0284475b2c Created KalkNum and moved output formatting from kalk_cli to kalk v0.3.5 PaddiM8 2020-12-13 01:27:55 +0100
  • 402c3e327c Replaced macOS bundle with zipped executable v0.3.4 PaddiM8 2020-12-12 23:18:29 +0100
  • f8b86d31f7 Replaced macOS bundle with zipped executable PaddiM8 2020-12-12 23:18:29 +0100
  • 45f563cd0a Replaced macOS bundle with .command file PaddiM8 2020-12-12 23:08:50 +0100
  • 8f48098700 Replaced macOS bundle with .command file PaddiM8 2020-12-12 23:08:50 +0100
  • 0453fec664 Fixed nested folders in the macOS zip, added kalk-macOS-cli file, and updated the guuids in main.wxs PaddiM8 2020-12-12 22:55:34 +0100
  • 660b9dcc8b Fixed nested folders in the macOS zip, added kalk-macOS-cli file, and updated the guuids in main.wxs PaddiM8 2020-12-12 22:55:34 +0100
  • 7ab4adaab3 Moved 'wix' to the right location PaddiM8 2020-12-12 22:02:11 +0100
  • 9f5d23dc4f Moved 'wix' to the right location PaddiM8 2020-12-12 22:02:11 +0100
  • 1d2e08c8b0 Fixed error in release.yml PaddiM8 2020-12-12 21:53:07 +0100
  • ae0373f480 Fixed error in release.yml PaddiM8 2020-12-12 21:53:07 +0100
  • 08e06a404b Merge branch 'master' of https://github.com/PaddiM8/kalk PaddiM8 2020-12-12 21:49:29 +0100
  • 34838a0c67 Merge branch 'master' of https://github.com/PaddiM8/kalk PaddiM8 2020-12-12 21:49:29 +0100
  • b321bb55b4 Created installer for windows, and app bundle for mac, both with icons. Also added the publishing back to the release workflow. PaddiM8 2020-12-12 21:49:08 +0100
  • 7b133268d9 Created installer for windows, and app bundle for mac, both with icons. Also added the publishing back to the release workflow. PaddiM8 2020-12-12 21:49:08 +0100
  • 3b4f00f8be
    Updated README PaddiM8 2020-12-11 19:39:18 +0100
  • b12e82d97a Updated README PaddiM8 2020-12-11 19:39:18 +0100
  • c643219c30 Updated github workflows, they should work now v0.3.3 PaddiM8 2020-12-11 13:19:36 +0100
  • a1d1526742 Updated github workflows, they should work now PaddiM8 2020-12-11 13:19:36 +0100
  • ac6bf052d7 removed un-used rug features PaddiM8 2020-12-11 13:17:33 +0100
  • b6a745edbb removed un-used rug features PaddiM8 2020-12-11 13:17:33 +0100
  • 035ecafe7b replaced phf with lazy_static PaddiM8 2020-12-10 23:40:29 +0100
  • 29f8ac94f3 replaced phf with lazy_static PaddiM8 2020-12-10 23:40:29 +0100
  • 75dbba7382 removed colors in some places for windows, since it didn't work properly there PaddiM8 2020-12-10 21:13:04 +0100
  • bc8cf4a22c removed colors in some places for windows, since it didn't work properly there PaddiM8 2020-12-10 21:13:04 +0100
  • a8ec5e9c99 updated rustyline to 7.0.0 PaddiM8 2020-12-10 20:31:07 +0100
  • 6a8c4bd76b updated rustyline to 7.0.0 PaddiM8 2020-12-10 20:31:07 +0100
  • ffe9ab860d updated test_percent() PaddiM8 2020-12-10 15:13:02 +0100
  • 3836d6e326 updated test_percent() PaddiM8 2020-12-10 15:13:02 +0100
  • fefacbc02c fixed multiplication with percent PaddiM8 2020-12-10 09:27:19 +0100
  • e0384d3653 fixed multiplication with percent PaddiM8 2020-12-10 09:27:19 +0100
  • 0251c1ae9a Merge branch 'master' of https://github.com/PaddiM8/kalk PaddiM8 2020-12-09 22:18:07 +0100
  • aa2831818b Merge branch 'master' of https://github.com/PaddiM8/kalk PaddiM8 2020-12-09 22:18:07 +0100
  • cebe785b22 added percentage unit and modulo PaddiM8 2020-12-09 22:18:00 +0100
  • dd1b4d723f added percentage unit and modulo PaddiM8 2020-12-09 22:18:00 +0100
  • b618c89d87
    Update publish.yml PaddiM8 2020-12-09 17:21:17 +0100
  • 07210ff83a Update publish.yml PaddiM8 2020-12-09 17:21:17 +0100
  • 1b2ee753b3
    Updated build/test shield for Github Actions PaddiM8 2020-12-09 16:57:18 +0100
  • bd5b9dfc4f Updated build/test shield for Github Actions PaddiM8 2020-12-09 16:57:18 +0100
  • 575f53940c
    Delete .travis.yml PaddiM8 2020-12-09 16:53:34 +0100
  • 0096ec97f3 Delete .travis.yml PaddiM8 2020-12-09 16:53:34 +0100
  • ab55939b25
    Create publish.yml PaddiM8 2020-12-09 16:50:58 +0100
  • d4a0e8171b Create publish.yml PaddiM8 2020-12-09 16:50:58 +0100
  • fb43100dcd
    Add cache action PaddiM8 2020-12-09 16:26:50 +0100
  • d598431e2d Add cache action PaddiM8 2020-12-09 16:26:50 +0100
  • 1fa86796e5
    Create build-rust.yml PaddiM8 2020-12-09 16:16:50 +0100
  • b5b076f809 Create build-rust.yml PaddiM8 2020-12-09 16:16:50 +0100
  • 2253fad287 fixed rounding issues, eg. 9.99999997 instead of 10 0.3.2 PaddiM8 2020-12-09 11:44:22 +0100
  • 4f655033b9 fixed rounding issues, eg. 9.99999997 instead of 10 PaddiM8 2020-12-09 11:44:22 +0100
  • 8e3016e9fe allow letters after underscore in variables, eg. x_a PaddiM8 2020-12-09 10:47:46 +0100
  • 4d17210b49 allow letters after underscore in variables, eg. x_a PaddiM8 2020-12-09 10:47:46 +0100
  • ea236f7e54 updated to 0.2.1 0.2.1 PaddiM8 2020-12-09 09:40:26 +0100
  • ee6a4066da updated to 0.2.1 PaddiM8 2020-12-09 09:40:26 +0100
  • 3ece6ee5c2 fixed panic on trailing spaces PaddiM8 2020-12-09 09:36:49 +0100
  • f322bcbc7d fixed panic on trailing spaces PaddiM8 2020-12-09 09:36:49 +0100