kalker/kalk/src
2020-06-18 18:06:17 +02: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 Fixed merge issues, updated version numbers, and updated README with syntax instructions. 2020-06-18 18:03:40 +02:00
inverter.rs Created unit convertion expression. Syntax: <expr> to <unit> 2020-06-18 16:58:01 +02:00
lexer.rs Made lexer lex '°' as 'deg'. 2020-06-18 18:06:17 +02:00
lib.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
parser.rs Merge branch 'units' 2020-06-18 17:42:36 +02:00
prelude.rs Added units to prelude functions. 2020-06-18 17:41:57 +02: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