kalker/kalk/src
2020-12-13 18:12:33 +01:00
..
ast.rs Store number literals as f64 2020-12-13 15:52:22 +01:00
interpreter.rs Optimised 'sum' function 2020-12-13 17:45:06 +01:00
inverter.rs Store number literals as f64 2020-12-13 15:52:22 +01:00
kalk_num.rs User-configurable precision 2020-12-13 18:12:33 +01:00
lexer.rs added percentage unit and modulo 2020-12-09 22:18:00 +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 Allow spaces in input number literals 2020-12-13 16:44:45 +01:00
prelude.rs Fixed constant rounding 2020-12-13 15:53:38 +01:00
symbol_table.rs Fixed the broken unit tests in the parser and completed the test_angle_units test in the interpreter. 2020-06-15 21:27:47 +02:00
test_helpers.rs Store number literals as f64 2020-12-13 15:52:22 +01:00