kalker/kalk/src
2021-06-03 11:41:56 +02:00
..
kalk_num Comparison operators and Iverson brackets 2021-05-31 13:46:06 +02:00
prelude Added prod function and proper sum symbol 2021-06-01 15:52:41 +02: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
interpreter.rs Fixed multiplication with percent 2021-06-01 16:11:43 +02:00
inverter.rs Implemented piecewise 2021-05-31 18:55:37 +02:00
lexer.rs Added prod function and proper sum symbol 2021-06-01 15:52:41 +02:00
lib.rs Fixed "dx" in integrals, and created calculus.rs 2021-05-17 16:51:16 +02:00
parser.rs cli: Continue on new line when missing closing group symbol 2021-06-03 11:41:56 +02:00
symbol_table.rs Keep previous variable value after integration using the same identifier 2021-05-24 21:51:25 +02:00
test_helpers.rs Added tests for prelude functions 2021-05-25 21:29:59 +02:00