1
0
mirror of https://github.com/PaddiM8/kalker.git synced 2025-02-28 22:31:15 +01:00
kalker/kalk/src
2020-06-12 14:10:10 +02:00
..
ast.rs Added simple documentation for the exposed parts. 2020-06-11 23:09:44 +02:00
interpreter.rs Added test_undefined_fn for the interpreter. 2020-06-11 22:14:43 +02:00
lexer.rs Made the x_1 notation possible. 2020-06-09 14:59:29 +02:00
lib.rs Made the ast module public. 2020-06-10 14:02:33 +02:00
parser.rs Fixed code in documentation in parser.rs 2020-06-12 14:10:10 +02:00
prelude.rs Added gamma function. 2020-06-09 20:50:05 +02:00
symbol_table.rs Renamed symbol_table::contains_func to contains_fn. 2020-06-11 21:47:14 +02:00
test_helpers.rs Added test_fn and test_sum_fn for the interpreter. 2020-06-11 22:10:23 +02:00