kalker/kalk/src
2021-01-04 17:49:11 +01:00
..
kalk_num Fixed semantic errors 2021-01-03 00:19:22 +01:00
prelude Fixed gamma and factorial functions for f64 2021-01-04 17:49:11 +01:00
ast.rs Store number literals as f64 2020-12-13 15:52:22 +01:00
interpreter.rs WebAssembly foundation 2020-12-30 22:50:39 +01:00
inverter.rs WebAssembly foundation 2020-12-30 22:50:39 +01:00
lexer.rs Removed regex dependency from kalk crate and made 'test-case' a dev-dependency 2021-01-03 00:07:30 +01:00
lib.rs Created KalkNum and moved output formatting from kalk_cli to kalk 2020-12-13 01:27:55 +01:00
parser.rs Moved js_eval into Context 2020-12-31 01:03:16 +01:00
symbol_table.rs Simple equation solving, mostly using pre-existing logic from the inverter 2020-12-14 19:21:30 +01:00
test_helpers.rs Store number literals as f64 2020-12-13 15:52:22 +01:00