diff options
| author | jmoenig <jens@moenig.org> | 2013-06-18 18:43:15 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2013-06-18 18:43:15 +0200 |
| commit | acc40a6d2a06ab1fcfbd488030e091bd9215a1b2 (patch) | |
| tree | 57374704c2b908df2c1d8721f8a055a0f1378d1e /byob.js | |
| parent | a7ebff7c5bb4a79b3a64441b50957e523fe686e0 (diff) | |
| download | snap-acc40a6d2a06ab1fcfbd488030e091bd9215a1b2.tar.gz snap-acc40a6d2a06ab1fcfbd488030e091bd9215a1b2.zip | |
Code mapping
generating text code from blocks, first experimental iteration
Diffstat (limited to 'byob.js')
| -rw-r--r-- | byob.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -105,7 +105,7 @@ CommentMorph, localize, CSlotMorph, SpeechBubbleMorph, MorphicPreferences*/ // Global stuff //////////////////////////////////////////////////////// -modules.byob = '2013-June-06'; +modules.byob = '2013-June-18'; // Declarations @@ -138,6 +138,7 @@ function CustomBlockDefinition(spec, receiver) { this.spec = spec || ''; this.declarations = {}; // {'inputName' : [type, default]} this.comment = null; + this.codeMapping = null; // experimental, generate text code // don't serialize (not needed for functionality): this.receiver = receiver || null; // for serialization only (pointer) |
