kalker/kalk/src
2024-03-31 17:20:39 +02:00
..
kalk_value Fix pretty printing for large numbers with different bases 2024-03-31 17:20:39 +02:00
prelude Fix floating point literal conversion 2023-12-04 23:12:33 +01:00
analysis.rs Allow multi-character parameters 2024-03-23 01:57:45 +01:00
ast.rs Fix floating point literal conversion 2023-12-04 23:12:33 +01:00
calculation_result.rs Add engineering mode 2024-03-23 01:42:04 +01:00
errors.rs Disallow bases lower than 2 and higher than 49 2023-09-15 17:24:48 +02:00
integration_testing.rs Allow expressions like sin2x 2023-07-19 23:50:22 +02:00
interpreter.rs Fix floating point literal conversion 2023-12-04 23:12:33 +01:00
inverter.rs Fix floating point literal conversion 2023-12-04 23:12:33 +01:00
lexer.rs Add E-notation 2024-03-22 13:49:12 +01:00
lib.rs Make KalkError public 2023-12-24 16:03:48 -08:00
numerical.rs Fix floating point literal conversion 2023-12-04 23:12:33 +01:00
parser.rs Add E-notation 2024-03-22 13:49:12 +01:00
radix.rs Disallow bases lower than 2 and higher than 49 2023-09-15 17:24:48 +02:00
symbol_table.rs Fix floating point literal conversion 2023-12-04 23:12:33 +01:00
test_helpers.rs Fix floating point literal conversion 2023-12-04 23:12:33 +01:00
text_utils.rs Matrix tranpose function 2022-01-19 23:46:36 +01:00