Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1022539 // gazelle_processSafeEvalInInterpretable

JavaX fragment (include)

svoid gazelle_processSafeEvalInInterpretable(GInterpretable intp, SS evalCache) {
  S l = dm_processEmbeddedSafeEvals(intp.text, +evalCache);
  if (l != intp.text) {
    print("Processed eval: " + intp.text + " => " + l);
    intp.text = l;
  }
}

Author comment

Began life as a copy of #1022319

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1022539
Snippet name: gazelle_processSafeEvalInInterpretable
Eternal ID of this version: #1022539/1
Text MD5: ba246d21f32a130733ee9a53e1eaad33
Author: stefan
Category: javax / gazelle
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-20 13:59:42
Source code size: 252 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 181 / 203
Referenced in: [show references]