Benutzer-Werkzeuge

Webseiten-Werkzeuge


pfw:template

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
pfw:template [2023-02-27 18:15] uhopfw:template [2023-09-04 19:18] (aktuell) – ↷ Seite von en:pfw:template nach pfw:template verschoben uho
Zeile 3: Zeile 3:
 So - you want to describe a new idea? Great. So - you want to describe a new idea? Great.
  
-We give some guidelines how to do it. Below we describe the idea of a **DUMP** utility with parts that we find useful.+We give some guidelines how to do it. Below we describe the idea of a **DUMP** utility with parts that we find useful. This text is written in [[wiki:syntax|Wiki syntax]]. You are invited to make experiments in the [[playground:playground|playground]].
  
 Just edit this text and adapt it to your idea. If in doubt you can always save a draft and come back later. Just edit this text and adapt it to your idea. If in doubt you can always save a draft and come back later.
Zeile 39: Zeile 39:
 ==== Pseudo code for the DUMP implementation ==== ==== Pseudo code for the DUMP implementation ====
  
-//What [[pfw:pseudocode|Pseudo code]] is.//+//What [[en:pfw:pseudocode|Pseudo code]] is.//
  
 <code> <code>
Zeile 63: Zeile 63:
  
  
-You can find a [[https://github.com/Project-Forth-Works/Project-Forth-Works.github.io/blob/main/minimalforth.md|Minimal Forth]] implementation of DUMP in [[pfw:dump-Minimal_Forth.fs|dump-Minimal_Forth.fs]].+You can find a [[https://github.com/Project-Forth-Works/Project-Forth-Works.github.io/blob/main/minimalforth.md|Minimal Forth]] implementation of DUMP in [[en:pfw:dump-minimal_forth.fs|dump-Minimal_Forth.fs]].
  
 You can use it as follows: You can use it as follows:
Zeile 86: Zeile 86:
 more useful small Forth. more useful small Forth.
  
-A DUMP utility in **GenericForth** can be found in [[pfw:dump-GenericForth.f|dump-GenericForth.f]]+A DUMP utility in **GenericForth** can be found in [[en:pfw:dump-genericforth.f|dump-GenericForth.f]]
 This example is factored using the pseudo code description. The character output has been factored into the useful word PEMIT ( char -- ) too. This example is factored using the pseudo code description. The character output has been factored into the useful word PEMIT ( char -- ) too.
  
Zeile 94: Zeile 94:
 Other DUMP implementations can be found at the end of this description. Other DUMP implementations can be found at the end of this description.
  
-Your system might lack right justified number output or even BASE for printing numbers in other radix systems. The sample implementation in [[pfw:twomoredumps.f|twomoredumps.f]] show how to circumvent this.+Your system might lack right justified number output or even BASE for printing numbers in other radix systems. The sample implementation in [[en:pfw:twomoredumps.f|twomoredumps.f]] show how to circumvent this.
  
  
pfw/template.1677518120.txt.gz · Zuletzt geändert: 2023-02-27 18:15 von uho