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

13
LINES

< > BotCompany Repo | #1022443 // GazelleEngine [dev.]

JavaX fragment (include)

sclass GazelleEngine implements IGazelleEngine {
  F0<GazelleEvalContext> contextMaker;
  
  public LS answer(S s, O... _) {
    ret collect line(dm_reasonWithPreAndPost(s,
      paramsPlus(_,
        contextMaker := assertNotNull(contextMaker))));
  }
  
  public LS preprocess(S s, O... _) {
    null;
  }
}

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: #1022443
Snippet name: GazelleEngine [dev.]
Eternal ID of this version: #1022443/3
Text MD5: 6f35b91965710a072b17f8454ede0dde
Author: stefan
Category: javax / gazelle
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-17 13:26:00
Source code size: 321 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 229 / 662
Version history: 2 change(s)
Referenced in: [show references]