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

13
LINES

< > BotCompany Repo | #1025459 // Propositions to objects, step 6 - parsing (shortened 3)

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Libraryless. Click here for Pure Java version (8016L/56K).

!7

srecord Did$HappenBefore$(O event1, O event2) {}
srecord WhenDid$Happen(O event) {}
srecord $HappensAtSecond$(O event, O y) {}

p-exp {
  testFunctionValues defaultRecordParse(
    "Did X happen before Y?" := Did$HappenBefore$("X", "Y"),
    "when did Z happen" := WhenDid$Happen("Z"),
    "{event 1} happens at second 100" := $HappensAtSecond$("event 1", 100)
  );
}

Author comment

Began life as a copy of #1025457

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1025459
Snippet name: Propositions to objects, step 6 - parsing (shortened 3)
Eternal ID of this version: #1025459/4
Text MD5: 46c25fcb660740b0c2b53428a458b212
Transpilation MD5: a02006962a8c2478d63c5cd5d09ca467
Author: stefan
Category: javax / a.i.
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-09-29 14:19:47
Source code size: 383 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 145 / 525
Version history: 3 change(s)
Referenced in: [show references]