lt-core/src
Michael Sippel f54f630b38
adapt Abstraction variant of LTExpr to allow multiple parameters
This avoids unneccesary recursive chaining and also allows abstractions with zero parameters.
2024-05-12 04:22:37 +02:00
..
expr.rs adapt Abstraction variant of LTExpr to allow multiple parameters 2024-05-12 04:22:37 +02:00
lexer.rs local function definition via let 2024-05-11 18:07:58 +02:00
main.rs adapt Abstraction variant of LTExpr to allow multiple parameters 2024-05-12 04:22:37 +02:00
parser.rs adapt Abstraction variant of LTExpr to allow multiple parameters 2024-05-12 04:22:37 +02:00
procedure_compiler.rs adapt Abstraction variant of LTExpr to allow multiple parameters 2024-05-12 04:22:37 +02:00
runtime.rs local function definition via let 2024-05-11 18:07:58 +02:00
symbols.rs implement scoped variable allocation & assignment 2024-05-08 13:09:49 +02:00