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

7
LINES

< > BotCompany Repo | #1022539 // gazelle_processSafeEvalInInterpretable

JavaX fragment (include)

1  
svoid gazelle_processSafeEvalInInterpretable(GInterpretable intp, SS evalCache) {
2  
  S l = dm_processEmbeddedSafeEvals(intp.text, +evalCache);
3  
  if (l != intp.text) {
4  
    print("Processed eval: " + intp.text + " => " + l);
5  
    intp.text = l;
6  
  }
7  
}

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: 189 / 211
Referenced in: [show references]