Libraryless. Click here for Pure Java version (3781L/24K/79K).
1 | !752 |
2 | |
3 | p { |
4 | Explain e = snlParse("it [= x]"); |
5 | printExplainTree(e); |
6 | snlToTree_debug = true; |
7 | Lisp tree = snlToTree(e); |
8 | print("tree: " + tree); |
9 | print("back: " + snlFromTree(tree)); |
10 | |
11 | e = snlParse("it [= [x]]"); |
12 | tree = snlToTree(e); |
13 | print("tree: " + tree); |
14 | print("back: " + snlFromTree(tree)); |
15 | |
16 | e = snlParse("it [= [some < people]]"); |
17 | tree = snlToTree(e); |
18 | print("tree: " + tree); |
19 | print("back: " + snlFromTree(tree)); |
20 | } |
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: | #1002739 |
Snippet name: | Test "it [= x]" etc. |
Eternal ID of this version: | #1002739/1 |
Text MD5: | f813492e3c824cda6fa75a502ff94b01 |
Transpilation MD5: | f8ffe96cf5e6ac124a97dcfd5e841f84 |
Author: | stefan |
Category: | snl |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-02-19 02:11:52 |
Source code size: | 462 bytes / 20 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 666 / 760 |
Referenced in: | [show references] |