kalker/kalk/src
2021-05-26 22:13:58 +02:00
..
kalk_num Fixed pow giving undefined with lhs < 0 and rhs < 1 2021-05-26 22:13:58 +02:00
prelude Added functions Re(z) and Im(z) 2021-05-25 22:12:26 +02:00
ast.rs Made recursion possible 2021-05-24 21:32:58 +02:00
calculus.rs Added tests for prelude functions 2021-05-25 21:29:59 +02:00
interpreter.rs Added tests for prelude functions 2021-05-25 21:29:59 +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
parser.rs Support syntax like sin2x 2021-05-24 22:32:33 +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