forked from objectionary/eo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcti.eo
More file actions
16 lines (15 loc) · 690 Bytes
/
Copy pathcti.eo
File metadata and controls
16 lines (15 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
+spdx SPDX-FileCopyrightText Copyright (c) 2016-2025 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+version 0.0.0
# Compile Time Instruction (CTI).
#
# The object may be used to add compile time information to
# other objects. This mechanism is somehow similar to annotations in,
# for example, Java and C#. For example, the object makes it possible
# to highlight deprecated methods. EO compiler, when it meets the
# `cli` object, takes its `message` and prints to the log/console
# with the `level` severity level (use `INFO`, `WARN`, or `ERROR`).
delegate > [delegate level message] > cti