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

22
LINES

< > BotCompany Repo | #1001839 // Years (developing)

JavaX source code - run with: x30.jar

!752

m {
  static new L<S> store;
  
  static void store(S s) {
    store.add(s);
  }
  
  match "every integer between * and * is a *"
    as int a, int b, S type {
    store(make("every * is a *", make("int between * and *", a, b), type));
  }
  
  match "is * a *" {
  }
  
  match "#*: * is a *"
    as S value, S a, S b {
    checkType
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1001839
Snippet name: Years (developing)
Eternal ID of this version: #1001839/1
Text MD5: 2489ded0eef58ec102bd5fc5f0cc1da9
Author: stefan
Category:
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-11-24 18:47:14
Source code size: 368 bytes / 22 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 485 / 448
Referenced in: [show references]