Project

General

Profile

Actions

Developer Request #11661

open

Загрузка данных в память через mode

Added by Alexander Protsenko almost 2 years ago. Updated about 1 year ago.

Status:
New
Priority:
Normal
Category:
nML Translator
Target version:
Start date:
06/15/2022
Due date:
% Done:

0%

Estimated time:
Published in build:

Description

Это будет полезно для спецификации виртуальных машин и позволит заменить загрузку данных через псевдо операции.

Например:

mode F(i: card(4), a: card(4), b: card(4), c: card(4)) = FMEM[i..i+2]

Возможно, стоит это сделать с использованием структур:

struct f_structure (
  i: card(4),
  a: card(4),
  b: card(4),
  c: card(4)
)

mode F(v: f_structure): {FMEM[f_structure.i] = f_structure}

Нужно понять, возможно ли добавить это в инструмент.

Actions #1

Updated by Alexander Protsenko about 1 year ago

  • Target version set to 2.6
Actions

Also available in: Atom PDF