nedoPC.org

Electronics hobbyists community established in 2002
Atom Feed | View unanswered posts | View active topics It is currently 19 Apr 2024 12:33



Reply to topic  [ 3 posts ] 
Setun 70 Software 
Author Message
Online
Doomed
User avatar

Joined: 04 Jan 2016 09:15
Posts: 656
Location: Russia, S.- Peterburg
Reply with quote
Emulator of Setun 70 computer on C++

Simple and naive emulation of Setun 70 ternary computer

https://github.com/marinusmaurice/Setun-70

_________________
"Ученье свет, а неученье — тьма. Дело мастера боится, и коль крестьянин не умеет сохою владеть — хлеб не родится." (С)


30 Aug 2021 11:35
Profile WWW
Online
Doomed
User avatar

Joined: 04 Jan 2016 09:15
Posts: 656
Location: Russia, S.- Peterburg
Reply with quote
libreDSSP

https://github.com/beadleha/libreDSSP

A GPLv3 Licensed DSSP Interpreter libreDSSP (libre Dialog System for Structured Programming) is a free software interpreter for the DSSP language. This language originated in the Soviet Union and was designed for the Setun ternary computer. It is very similar to Forth but has more compact syntax along with arguably more consistent rules regarding the behavior of stack operations and the evaluation of variables and addresses. This implementation is not yet complete, but it is complete enough to experiment with. Work has resumed after a long delay but it will continue to be sporadic due to my busy schedule.

BOTTLES.DSP
Code:
[ Written by Alan Beadle for libreDSSP  ]
[ https://github.com/beadleha/libreDSSP ]
[ Run with '99 BOTTLES'                 ]

: BOTTLES C 1 + DO BRANCHES ;
: BRANCHES C BR 0 NONE 1 ONE 2 TWO ELSE MANY CR CR ;
: TAKE ."Take one down and pass it around, " 1 - ;
: HOWMANY C 2 TON ." bottles of beer on the wall, " C 2 TON ." bottles of beer!" CR ;
: BOBOTW ." bottles of beer on the wall!" ;
: MANY HOWMANY TAKE C 2 TON BOBOTW ;
: TWO HOWMANY TAKE C 2 TON ." bottle of beer on the wall!" ;
: ONE C 2 TON ." bottle of beer on the wall, "
    C 2 TON ." bottle of beer!" CR TAKE ."no more" BOBOTW ;
: NONE ."No more bottles of beer on the wall,"
   ." no more bottles of beer!" CR
    ."Go to the store and buy some more, "
    99 + 2 TON BOBOTW ;

_________________
"Ученье свет, а неученье — тьма. Дело мастера боится, и коль крестьянин не умеет сохою владеть — хлеб не родится." (С)


30 Aug 2021 21:50
Profile WWW
Online
Doomed
User avatar

Joined: 04 Jan 2016 09:15
Posts: 656
Location: Russia, S.- Peterburg
Reply with quote
https://github.com/trinarium/DSSP-C

Quote:
README
Данный аpхив содеpжит дистpибyтив Диалоговой системы стpyктypиpо-
ванного пpогpаммиpования, далее именyемой ДССП. Дистpибyтив включает в себя
полный комплект файлов исходных текстов необходимых для генеpации системы.
Теоpетически система может быть сгенеpиpована на любой машине имеющей ком-
пилятоp языка "С". Пpактически генеpация пpоводилась на IBM PC и SPARC
station. Пpи pаспаковке дистpибyтив создает следyющие диpектоpии:

- doc - содержит документацию по системе и библиотекам
- dssp - исходные тексты для сбоpки виpтyальной машины
- examples - пpимеpы пpогpамм
- gen - компоненты для сбоpки целевой системы
- lib - библиотеки пpогpамм

Для того, что бы запyстить ДССП ее нyжно сначала скомпоновать.


Code:
$ tree -L 1
.
├── doc
├── dssp
├── examples
├── gen
├── generate
├── INSTALL
├── inst.bat
└── README


Quote:
2. Подготовка к установке ДССП

2.1 Linux, UNIX

Для установки ДССП необходимо запустить файл generate с двумя параметрами:
путь для установки и платформа под которую устанавливаем

Use command "generate [dir] [type]".
[dir] - target directory
[type] = linux


_________________
"Ученье свет, а неученье — тьма. Дело мастера боится, и коль крестьянин не умеет сохою владеть — хлеб не родится." (С)


31 Aug 2021 13:33
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 3 posts ] 

Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.