Skip to content

Goncharov#29

Open
Danya-st wants to merge 8 commits into
Kakadu:masterfrom
Danya-st:work
Open

Goncharov#29
Danya-st wants to merge 8 commits into
Kakadu:masterfrom
Danya-st:work

Conversation

@Danya-st
Copy link
Copy Markdown

miniml interpreter

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 Goncharov/lib/tests.ml
@@ -0,0 +1,138 @@
[@@@alert "-deprecated"]
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

File 'Goncharov/lib/tests.ml' doesn't have corresponding .mli interface

Comment thread Goncharov/lib/ast.mli
(** Copyright 2021-2024, Kakadu and contributors *)

(** SPDX-License-Identifier: LGPL-3.0-or-later *)
type binop =
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

OCaml files should provide license information in second line (structure item)

Comment thread Goncharov/lib/ast.mli Outdated

(** SPDX-License-Identifier: LGPL-3.0-or-later *)
type binop =
| Add
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Constructor 'Add' has no documentation attribute

Comment thread Goncharov/lib/ast.mli Outdated
(** SPDX-License-Identifier: LGPL-3.0-or-later *)
type binop =
| Add
| Sub
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Constructor 'Sub' has no documentation attribute

Comment thread Goncharov/lib/ast.mli Outdated
type binop =
| Add
| Sub
| Mul
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Constructor 'Mul' has no documentation attribute

Comment thread Goncharov/lib/ast.mli Outdated
| Fun of 'name * 'name t (** fun **)
| App of 'name t * 'name t (** Application [f g] *)
| Int of int
| Neg of 'name t
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Constructor 'Neg' has no documentation attribute

Comment thread Goncharov/lib/ast.mli Outdated
| App of 'name t * 'name t (** Application [f g] *)
| Int of int
| Neg of 'name t
| Bin of binop * 'name t * 'name t
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Constructor 'Bin' has no documentation attribute

Comment thread Goncharov/lib/ast.mli Outdated
| Int of int
| Neg of 'name t
| Bin of binop * 'name t * 'name t
| If of 'name t * 'name t * 'name t
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Constructor 'If' has no documentation attribute

Comment thread Goncharov/lib/ast.mli Outdated
| Neg of 'name t
| Bin of binop * 'name t * 'name t
| If of 'name t * 'name t * 'name t
| Let of 'name * 'name t * 'name t
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Constructor 'Let' has no documentation attribute

Comment thread Goncharov/lib/ast.mli Outdated
| Bin of binop * 'name t * 'name t
| If of 'name t * 'name t * 'name t
| Let of 'name * 'name t * 'name t
| LetRec of 'name * 'name t * 'name t
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Constructor 'LetRec' has no documentation attribute

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

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

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

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

2026-03-27 14:51

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-27 14:52, for mini language Goncharov

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