Complexes in LYaPAS
Prikladnaâ diskretnaâ matematika, no. 4 (2017), pp. 101-109.

Voir la notice de l'article provenant de la source Math-Net.Ru

The changes in semantics of operations over the data structures called complexes in the LYaPAS programming language are discussed. The modifications include resizing the complexes, passing complexes that are created by a callee to the caller, and compile-time error reporting due to modifying operations being applied to input complexes. The goal is to make the work with complexes more convenient and less error prone, which is assumed to have a positive impact on the security of the programs written using the new language constructs. The implementation of the new semantics in the module of the translator is demonstrated.
Mots-clés : LYaPAS, data structures
Keywords: complex, translator.
@article{PDM_2017_4_a7,
     author = {V. O. Safonov and D. A. Stefantsov},
     title = {Complexes in {LYaPAS}},
     journal = {Prikladna\^a diskretna\^a matematika},
     pages = {101--109},
     publisher = {mathdoc},
     number = {4},
     year = {2017},
     language = {ru},
     url = {http://geodesic.mathdoc.fr/item/PDM_2017_4_a7/}
}
TY  - JOUR
AU  - V. O. Safonov
AU  - D. A. Stefantsov
TI  - Complexes in LYaPAS
JO  - Prikladnaâ diskretnaâ matematika
PY  - 2017
SP  - 101
EP  - 109
IS  - 4
PB  - mathdoc
UR  - http://geodesic.mathdoc.fr/item/PDM_2017_4_a7/
LA  - ru
ID  - PDM_2017_4_a7
ER  - 
%0 Journal Article
%A V. O. Safonov
%A D. A. Stefantsov
%T Complexes in LYaPAS
%J Prikladnaâ diskretnaâ matematika
%D 2017
%P 101-109
%N 4
%I mathdoc
%U http://geodesic.mathdoc.fr/item/PDM_2017_4_a7/
%G ru
%F PDM_2017_4_a7
V. O. Safonov; D. A. Stefantsov. Complexes in LYaPAS. Prikladnaâ diskretnaâ matematika, no. 4 (2017), pp. 101-109. http://geodesic.mathdoc.fr/item/PDM_2017_4_a7/

[1] Agibalov G. P., Lipskiy V. B., Pankratova I. A., “Cryptographic extension and its implementation for Russian programming language”, Prikladnaya Diskretnaya Matematika, 2013, no. 3, 93–104 (in Russian)

[2] Stefantsov D. A., Safonov V. O., Pershin V. V., et al., “Modular translator from LYaPAS”, Prikladnaya Diskretnaya Matematika. Prilozhenie, 2016, no. 9, 122–126 (in Russian) | DOI

[3] LYaPAS Compiler Chain, , 2017 https://github.com/tsu-iscd/lyapas-lcc

[4] Tomskikh P. A., Stefantsov D. A., “The development of an operating system in LYaPAS”, Prikladnaya Diskretnaya Matematika. Prilozhenie, 2015, no. 8, 134–135 (in Russian) | DOI

[5] LYaPAS Cyaz Documentation, , 2017 https://github.com/tsu-iscd/lyapas-lcc/blob/73b21bcd5f674bc6762a379bc32f71f61ee51164/doc/cyaz.md

[6] std::vector::reserve, , 2017 http://en.cppreference.com/w/cpp/container/vector/reserve

[7] Meyers S., Effective C++: 55 Specific Ways to Improve Your Programs and Designs, Addison-Wesley Professional, 2005, 297 pp. | MR

[8] LYaPAS class Translator, , 2017 https://github.com/tsu-iscd/lyapas-lcc/blob/73b21bcd5f674bc6762a379bc32f71f61ee51164/sources/libs/translation_module/src/include/translation_module.h

[9] Gamma E., Helm R., Johnson R., et al., Design Patterns: Elements of Reusable Object-Oriented Software, Addison-Wesley Professional, 1994

[10] LYaPAS class CmdBuilder, , 2017 https://github.com/tsu-iscd/lyapas-lcc/blob/73b21bcd5f674bc6762a379bc32f71f61ee51164/sources/libs/translation_module/src/include/translation_module/cmd_builder.h

[11] LYaPAS class ArgBuilder, , 2017 https://github.com/tsu-iscd/lyapas-lcc/blob/73b21bcd5f674bc6762a379bc32f71f61ee51164/sources/libs/translation_module/src/include/translation_module/arg_builders.h