Projekt për krijimin e një makine virtuale në gjuhën e përkthyer në rusisht C
The source code of the initial implementation of a virtual machine developed from scratch has been published. The project is notable for being written in a Russian variant of the C language (for example, instead of int — цел, long — длин, for — для, if — если, return — вернуть, and so on). The Russianization of the language is implemented through macro substitutions and is realized via the inclusion of two header files ru_stdio.h and keywords.h. Source […]
