Commit Graph

25 Commits

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