kalker/kalk/src
2021-05-24 22:05:35 +02:00
..
kalk_num Round result slightly to get a more 'lagom' amount of decimals 2021-05-24 18:22:03 +02:00
prelude Created synonym 'integral' for 'integrate' 2021-05-23 00:55:35 +02:00
ast.rs Made recursion possible 2021-05-24 21:32:58 +02:00
calculus.rs Keep previous variable value after integration using the same identifier 2021-05-24 21:51:25 +02:00
interpreter.rs Added tests for calculus.rs 2021-05-23 15:58:23 +02:00
inverter.rs Implemented complex variants of prelude functions 2021-05-22 20:47:10 +02:00
lexer.rs Lex special symbols as one token 2021-05-18 17:49:31 +02:00
lib.rs Fixed "dx" in integrals, and created calculus.rs 2021-05-17 16:51:16 +02:00
parser.rs Support syntax like sinxdx in integrals 2021-05-24 22:05:35 +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 Made recursion possible 2021-05-24 21:32:58 +02:00