kalker/kalk/src
2023-01-24 19:19:24 +01:00
..
kalk_value Apply clippy hints 2023-01-24 19:19:24 +01:00
prelude Apply clippy hints 2023-01-24 19:19:24 +01:00
analysis.rs Apply clippy hints 2023-01-24 19:19:24 +01:00
ast.rs Apply clippy hints 2023-01-24 19:19:24 +01:00
calculation_result.rs Add 'base' command for setting output radix, closes #109 2023-01-24 19:16:28 +01:00
errors.rs Add keywords 'true', 'false' and 'not' 2022-06-01 00:51:01 +02:00
integration_testing.rs Fixed comparison expressions not working in functions 2022-04-24 23:57:46 +02:00
interpreter.rs Apply clippy hints 2023-01-24 19:19:24 +01:00
inverter.rs Add keywords 'true', 'false' and 'not' 2022-06-01 00:51:01 +02:00
lexer.rs Apply clippy hints 2023-01-24 19:19:24 +01:00
lib.rs Numerical equation solving using Newton's method 2022-04-24 21:23:29 +02:00
numerical.rs Apply clippy hints 2023-01-24 19:19:24 +01:00
parser.rs Add keywords 'true', 'false' and 'not' 2022-06-01 00:51:01 +02:00
radix.rs Fixed clippy lints 2022-01-16 20:58:00 +01:00
symbol_table.rs Fixed function re-definitions sometimes being parsed as calls 2022-04-25 01:05:16 +02:00
test_helpers.rs Added tests for prelude functions 2021-05-25 21:29:59 +02:00
text_utils.rs Matrix tranpose function 2022-01-19 23:46:36 +01:00