Commit Graph

25 Commits

Author SHA1 Message Date
PaddiM8
d91a10f3fa Print large numbers accurately 2024-03-23 02:38:23 +01:00
PaddiM8
fee73e6b26 cli: Add mode switching command 2024-03-23 02:06:50 +01:00
PaddiM8
90b6bed227 Add engineering mode 2024-03-23 01:42:04 +01:00
dvishal485
bdb7502e9d Change history.txt dir 2023-12-04 23:12:30 +01:00
PaddiM8
61a6cd861d Disallow bases lower than 2 and higher than 49
Closes #124
2023-09-15 17:24:48 +02:00
PaddiM8
eccdf88b74 Configurable max recursion depth 2023-07-20 21:06:55 +02:00
PaddiM8
de4f96eb22 Apply clippy hints 2023-01-24 19:19:24 +01:00
PaddiM8
b13c459aee Add 'base' command for setting output radix, closes #109 2023-01-24 19:16:28 +01:00
PaddiM8
0209f18248 Add keywords 'true', 'false' and 'not' 2022-06-01 00:51:01 +02:00
bakk
917eea3ffe Matrix tranpose function 2022-01-19 23:46:36 +01:00
bakk
4704095cd9 Fixed clippy lints 2022-01-16 20:58:00 +01:00
bakk
6ab25d573c Added 'mod' keyword 2022-01-16 15:44:32 +01:00
PaddiM8
20f61efa7f cli: Fixed panic when pressing tab after number 2022-01-14 23:12:41 +01:00
PaddiM8
f5eff6d28f Added logical and/or operators 2022-01-14 17:46:07 +01:00
PaddiM8
2cf8f41124 Indexing vectors by ⟦⟧ 2022-01-05 23:30:54 +01:00
PaddiM8
c0cc4060a4 Vector indexing with lowered numbers, eg. v_1 2022-01-05 22:41:41 +01:00
PaddiM8
971965ddce Added support for ⋅ symbol 2022-01-05 15:54:46 +01:00
PaddiM8
dbf3866137 Support loading files in config dir 2022-01-01 02:35:33 +01:00
PaddiM8
39673bc647 Fixed syntax highlighting for 0x-style literals 2021-12-31 21:18:30 +01:00
PaddiM8
75460502ef Special symbols for *, /, arc functions, and subscript 2021-12-29 18:32:11 +01:00
PaddiM8
535a834076 Output numbers with the precision specified 2021-09-22 16:23:10 +02:00
PaddiM8
e54c6e4c0e cli: Save history 2021-09-04 12:51:31 +02:00
PaddiM8
cda0b29ed2 cli: Updated help text to say that lines in input files should end with a semicolon 2021-09-04 12:16:48 +02:00
bakk
dfc05bc11d cli: Continue on new line when missing closing group symbol 2021-06-03 11:41:56 +02:00
bakk
fb3e1c4572 Renamed to kalker 2021-06-02 22:32:30 +02:00