Libraryless. Click here for Pure Java version (9542L/53K).
1 | set flag ShuntingYardParser_debug. |
2 | |
3 | svoid test_ShuntingYardParser() {
|
4 | test_ShuntingYardParser(s -> ShuntingYardParser(s/S)!); |
5 | } |
6 | |
7 | svoid test_ShuntingYardParser(IF1<S, LS> parse) {
|
8 | testFunctionValues(parse, |
9 | "1+2*3", splitAtSpace_trim("1 2 3 * +"),
|
10 | "-3e2", splitAtSpace_trim("3e2 u-"),
|
11 | "-(1+2)", splitAtSpace_trim("1 2 + u-"),
|
12 | "(1+2)-(3+4)", splitAtSpace_trim("1 2 + 3 4 + -"),
|
13 | ); |
14 | } |
Began life as a copy of #1032664
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1032665 |
| Snippet name: | test_ShuntingYardParser |
| Eternal ID of this version: | #1032665/8 |
| Text MD5: | 55a2727bb6de42ddfbda6db93dba3409 |
| Transpilation MD5: | 1aabcdc49a67ae7ae4bf9c5fb6831bf1 |
| Author: | stefan |
| Category: | javax / maths |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-04-08 18:29:27 |
| Source code size: | 432 bytes / 14 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 441 / 590 |
| Version history: | 7 change(s) |
| Referenced in: | [show references] |