kalker/kalk/src
2022-01-01 03:42:49 +01:00
..
kalk_num Fixed compilation error without rug 2021-12-31 23:53:39 +01:00
prelude Added permutation functions (for nPr and nCr), closes #52 2022-01-01 01:09:30 +01:00
ast.rs Implemented piecewise 2021-05-31 18:55:37 +02:00
calculus.rs kalk_web: Adjusted for piecewise and comparison operators 2021-06-01 12:30:21 +02:00
integration_testing.rs Created integration tests 2022-01-01 03:42:49 +01:00
interpreter.rs Fixed '0' being lexed as a base literal 2021-12-30 12:44:48 +01:00
inverter.rs Implemented piecewise 2021-05-31 18:55:37 +02:00
lexer.rs Support loading files in config dir 2022-01-01 02:35:33 +01:00
lib.rs Created integration tests 2022-01-01 03:42:49 +01:00
parser.rs Support loading files in config dir 2022-01-01 02:35:33 +01:00
radix.rs Print result in another base when appropriate 2021-12-31 19:32:04 +01:00
symbol_table.rs Prevent contants from being overridden 2021-09-22 15:33:58 +02:00
test_helpers.rs Added tests for prelude functions 2021-05-25 21:29:59 +02:00
text_utils.rs Created integration tests 2022-01-01 03:42:49 +01:00