kalker/kalk/src
2020-12-13 15:31:11 +01:00
..
ast.rs Created the foundation of an expression inverter. This is used to create a second *inverted* unit declaration, in order to cover both of the units. 2020-06-13 19:01:33 +02:00
interpreter.rs Moved some unit logic into kalk_num 2020-12-13 15:31:11 +01:00
inverter.rs replaced phf with lazy_static 2020-12-10 23:40:29 +01:00
kalk_num.rs Moved some unit logic into kalk_num 2020-12-13 15:31:11 +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 Fixed tests 2020-12-13 02:11:19 +01:00
prelude.rs Moved some unit logic into kalk_num 2020-12-13 15:31:11 +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:30:52 +02:00
test_helpers.rs Integrated the angle unit system with then new dynamic unit system. 2020-06-15 19:10:55 +02:00