Skip to content

Davletshin#26

Open
Zestria wants to merge 38 commits into
Kakadu:masterfrom
Zestria:miniml
Open

Davletshin#26
Zestria wants to merge 38 commits into
Kakadu:masterfrom
Zestria:miniml

Conversation

@Zestria
Copy link
Copy Markdown

@Zestria Zestria commented Mar 3, 2026

miniml interpreter
author: Davletshin Vyacheslav

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Zanuda-linter report

Comment thread Davletshin/lib/tests.ml Outdated

(* ---------- old tests ---------- *)

let%expect_test _ =
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A test without description. Try `let%expect_test "name" = ...

Comment thread Davletshin/lib/tests.ml Outdated
(App ((Var fact), (Int 5))))) |}]
;;

let%expect_test _ =
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A test without description. Try `let%expect_test "name" = ...

Comment thread Davletshin/lib/tests.ml Outdated
[%expect {| (App ((Var x), (Var y))) |}]
;;

let%expect_test _ =
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A test without description. Try `let%expect_test "name" = ...

Comment thread Davletshin/lib/tests.ml Outdated
[%expect {| (Abs (x, (App ((Var x), (Var x))))) |}]
;;

let%expect_test _ =
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A test without description. Try `let%expect_test "name" = ...

Comment thread Davletshin/lib/tests.ml Outdated
[%expect {| (Abs (f, (Abs (x, (App ((Var f), (App ((Var x), (Var x))))))))) |}]
;;

let%expect_test _ =
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A test without description. Try `let%expect_test "name" = ...

Comment thread Davletshin/lib/tests.ml Outdated
[%expect {| (Abs (f, (Abs (x, (App ((Var f), (App ((Int 1), (Int 1))))))))) |}]
;;

let%expect_test _ =
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A test without description. Try `let%expect_test "name" = ...

Comment thread Davletshin/lib/tests.ml Outdated
[%expect {| (Abs (f, (Binop (Plus, (Int 1), (Int 2))))) |}]
;;

let%expect_test _ =
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A test without description. Try `let%expect_test "name" = ...

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Zanuda-linter report

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Zanuda-linter report

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Zanuda-linter report

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Zanuda-linter report

@github-actions
Copy link
Copy Markdown

Документация и тестовое покрытие (89.26%) должны скоро появиться.

https://kakadu.github.io/fp25/docs/Davletshin

https://kakadu.github.io/fp25/cov/Davletshin

2026-03-14 14:16

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Zanuda-linter report

@github-actions
Copy link
Copy Markdown

Linter report from 2026-03-14 14:17, for mini language Davletshin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant