dope2-webapp/src/component/expr
2025-05-26 15:34:50 +02:00
..
CallBlock.css move everything 2025-05-23 22:35:47 +02:00
CallBlock.tsx wrote interpreter (independent of type inferencer) 2025-05-26 15:34:50 +02:00
ExprBlock.css move everything 2025-05-23 22:35:47 +02:00
ExprBlock.tsx infer all types once at the root level, and pass the result down deeply 2025-05-25 08:58:21 +02:00
InputBlock.css move everything 2025-05-23 22:35:47 +02:00
InputBlock.tsx wrote interpreter (independent of type inferencer) 2025-05-26 15:34:50 +02:00
LambdaBlock.css move everything 2025-05-23 22:35:47 +02:00
LambdaBlock.tsx infer all types once at the root level, and pass the result down deeply 2025-05-25 08:58:21 +02:00
LetInBlock.css move everything 2025-05-23 22:35:47 +02:00
LetInBlock.tsx Type inference for recursive let...in... working. Update factorial example. 2025-05-26 14:59:17 +02:00