Commit Graph

  • 372927d7ea Update for recent nim versions and add simple example master Mattia Giambirtone 2024-02-28 14:23:16 +0100
  • 180a7ad956 Merge branch 'master' of https://github.com/nocturn9x/nimkalc Mattia Giambirtone 2022-06-22 11:44:48 +0200
  • d61e9882b3 Merge branch 'main' of https://github.com/nocturn9x/nimkalc Mattia Giambirtone 2022-06-22 11:44:03 +0200
  • 8fb3684801 Added golden ratio (phi) constant Mattia Giambirtone 2022-06-22 11:43:35 +0200
  • 1bcfccb217
    Update README.md Mattia 2022-04-10 14:02:38 +0200
  • 81e95feea4 Beautified code and moved visitor methods to camelCase naming convention main Nocturn9x 2022-03-01 14:55:27 +0100
  • e92e40b6ea Bugfixes Nocturn9x 2021-11-11 12:31:25 +0100
  • e225d77e0d Bumped version number Nocturn9x 2021-11-11 12:20:47 +0100
  • 3824d66450 Added ensurePositive for sqrt and unary '+' for consistency. Swapped checks for ensureNonZero and ensureIntegers with modulo division Nocturn9x 2021-11-11 12:19:24 +0100
  • 6dfaf18120 Bumped up version number nocturn9x 2021-08-02 08:01:10 +0200
  • 24785c9a0f The lexer now skips newlines nocturn9x 2021-08-02 08:00:54 +0200
  • d1f96da9d1 NimKalc 0.2.5: Exported all API for easier use nocturn9x 2021-07-25 18:03:49 +0200
  • c39495309e Fixed various bugs and added a few functions nocturn9x 2021-03-12 18:38:52 +0100
  • dfb3794962 Added extra exception to gitignore nocturn9x 2021-03-12 10:49:55 +0100
  • af83d8c0b5 Fixed various import issues and improved repr for Call AST nodes nocturn9x 2021-03-12 10:10:11 +0100
  • cc09ddf3c5 Bumped version number nocturn9x 2021-03-12 10:00:45 +0100
  • 724d873b92 Fixed a couple parsing bugs nocturn9x 2021-03-12 10:00:17 +0100
  • 7e667a6ec7 Updated gitignore to exclude REPL windows executable nocturn9x 2021-03-12 10:00:07 +0100
  • 81aba6cdf6 Updated gitignore to exclude REPL binary nocturn9x 2021-03-12 09:59:48 +0100
  • 4330411843 Added $ operator in root package, minor formatting fixes nocturn9x 2021-03-11 22:29:59 +0100
  • d0bd200428 Bumped version number nocturn9x 2021-03-11 20:12:12 +0100
  • 841ff2cb8c Added note on reporting bugs nocturn9x 2021-03-11 20:03:27 +0100
  • 219c5c9ac1 Added a rough functions implementation nocturn9x 2021-03-11 20:02:51 +0100
  • cd80d3babf Simplified installation instructions nocturn9x 2021-03-11 11:38:05 +0100
  • f0394545eb Version 0.1 nocturn9x 2021-03-11 11:12:49 +0100
  • 03d43aa829
    Initial commit Mattia 2021-03-11 11:06:18 +0100