221 Commits

Author SHA1 Message Date
Lee Spector
a6208fdcd5
Merge pull request #22 from DuckNoodleSoup/storage
First few PSB2 problems
2021-07-13 12:07:13 -04:00
Shuzo Katayama
a7deb03611 fixed argmap and levenshtein distance 2021-07-13 11:56:49 -04:00
Shuzo Katayama
660fb32d93 git merge conflicts resolved 2021-07-12 17:56:36 -04:00
Shuzo Katayama
fe5fd97aae storage 2021-07-12 17:38:09 -04:00
Shuzo Katayama
82f41520a1 some PSB2 problems added 2021-07-12 17:26:19 -04:00
Shuzo Katayama
6cb1bd1ff2 more problems added 2021-07-09 11:30:54 -04:00
Lee Spector
0c53436b94
Merge pull request #21 from klingliu/master
Changed starting-args output to print functions as strings
2021-07-06 18:05:14 -04:00
Karen Liu
931e8d61f1
Merge branch 'lspector:master' into master 2021-07-06 14:59:40 -07:00
klingliu
d47bfc4aaf Change instructions output to string format for analysis scripts 2021-07-06 17:56:50 -04:00
klingliu
d92507b062 Revert "Change outputs to turn instructions list into string for the analysis scripts"
This reverts commit 744ab184baac945acdee4e0c7aa533cc1729cc6a.
2021-07-06 17:46:17 -04:00
klingliu
744ab184ba Change outputs to turn instructions list into string for the analysis scripts 2021-07-06 17:44:45 -04:00
Shuzo Katayama
8fb2f772d4 path names in argmap 2021-07-06 16:51:01 -04:00
Shuzo Katayama
6bd8a60c41 changed path to map 2021-07-03 14:40:26 -04:00
Shuzo Katayama
829b41e253 path function changed 2021-07-01 18:04:18 -04:00
Shuzo Katayama
a831990c35 merge 2021-07-01 16:14:16 -04:00
Shuzo Katayama
3075d8a35a fixed fuel cost 2021-07-01 16:02:31 -04:00
Lee Spector
01f93710ed
Merge pull request #20 from klingliu/master
Change final output map to display total error & Change max-number and min-number so keep-number-reasonable works
2021-06-29 17:33:32 -04:00
klingliu
51ff11c362 Change max-number-magnitude and min-number-magnitude to be more reasonable 2021-06-29 17:30:07 -04:00
klingliu
fc5827e711 Change final output map to display total error 2021-06-29 16:52:17 -04:00
Lee Spector
390c880291
Merge pull request #19 from klingliu/outputs
Change outputs from strings to maps
2021-06-29 15:43:12 -04:00
Lee Spector
d0657c635d
Merge pull request #18 from klingliu/rumad
Add rumad variation
2021-06-29 15:39:34 -04:00
klingliu
1437b16bfc Change outputs from strings to maps 2021-06-29 12:20:04 -04:00
klingliu
4c2db8a19a Add rumad variation 2021-06-29 12:15:37 -04:00
Shuzo Katayama
98270691e0 fuel cost working 2021-06-24 17:18:19 -04:00
Shuzo Katayama
6def4035c3 train-and-test function added 2021-06-22 16:41:55 -04:00
Shuzo Katayama
62ac9e570c user specified path 2021-06-22 12:39:09 -04:00
Lee Spector
522ca181f9
Merge pull request #16 from thelmuth/master
Added example for how to use datasets for PSB2.
2021-06-20 06:58:14 -04:00
Tom Helmuth
e6a0b05e8e Added example for how to use datasets for PSB2. 2021-06-19 22:55:17 -04:00
Lee Spector
6fa77812ec Merge remote-tracking branch 'origin/master' 2021-06-16 16:09:42 -04:00
Lee Spector
48a1a18a37 Update propeller.iml 2021-06-16 16:07:18 -04:00
Lee Spector
d7c26902ca
Merge pull request #15 from NicMcPhee/test-string-instructions
Test string instructions
2021-04-29 17:23:56 -04:00
Lee Spector
fcefa83afc
Merge pull request #14 from NicMcPhee/limit-type-size
Limit type size
2021-04-29 17:22:36 -04:00
Lee Spector
209e256913 Handle -main args correctly in REPL or from command line; update README for specifying problem 2021-04-22 20:39:23 -04:00
Lee Spector
6dac92f15f Add deep_dup instructions 2021-04-22 20:21:24 -04:00
Lee Spector
1b1623aa73
Merge pull request #13 from mcgirjau/polymorphic-fix
Fix polymorphic stack instructions
2021-04-19 17:41:19 -04:00
mcgirjau
847372ea1a Fix polymorphic stack instructions 2021-04-19 17:28:24 -04:00
Erik Rauer
24630072ed Add tests for string/iterate
This adds a test for the `string/iterate` instruction
2021-04-15 16:24:06 -05:00
Erik Rauer
07ef1d3f90 Add tests for string/substr and str/take
This adds tests for the `string/substr` and `str/take` instructions.
2021-04-15 16:03:57 -05:00
Erik Rauer
1628e669b6 Add a test for string/split
This adds a test for the `string/split` instruction
2021-04-15 15:12:42 -05:00
Erik Rauer
e3d7963355 Fix string/set-char
This changes `string/set-char` to throw `:ignore-instruction` when the string is empty. Otherwise the instruction throws a Divide by Zero error.
2021-04-01 12:04:56 -05:00
Erik Rauer
27bd7b6eb6 Add a test for string/set-char
This adds a test for the `string/set-char` instruction
2021-04-01 12:03:34 -05:00
Erik Rauer
711fc20f01 Add a test for string/reverse
This adds a test for the `string/reverse` instruction
2021-04-01 11:30:02 -05:00
Erik Rauer
7e780567ec Add test for string/rest
This adds a test for the `string/rest` instruction
2021-04-01 11:26:55 -05:00
Erik Rauer
5cc3a02002 Fix replace-char-spec to use the correct function
This changes `replace-char-spec` to actually use `check-replace-char` instead of `check-replace`
2021-04-01 11:20:40 -05:00
Erik Rauer
3cdc2f7fe5 Add a test for string/replace-first-char
This adds a test for the `string/replace-first-char` instruction
2021-04-01 11:19:09 -05:00
Erik Rauer
110679d8f7 Add a test for string/replace-first
This adds a test for the `string/replace-first` instruction
2021-04-01 11:15:40 -05:00
Erik Rauer
3fb35d7d47 Add a test for string/replace-char
This adds a test for the `string/replace-char` instruction
2021-04-01 11:12:26 -05:00
Erik Rauer
95cad31e7b Add a test for string/replace
This adds a test for the `string/replace` instruction
2021-04-01 11:07:01 -05:00
Erik Rauer
da22da5014 Add a test for string/remove-char
This adds a test for the `string/remove-char` instruction
2021-04-01 10:59:38 -05:00
Erik Rauer
95cab60576 Add a test for string/parse-to-chars
This adds a test for the `string/parse-to-chars` instruction.
2021-04-01 10:55:21 -05:00