lspector / propeller

Yet another Push-based genetic programming system in Clojure
Eclipse Public License 2.0
30 stars 22 forks source link

Fix from string instruction and several PSB2 problems #46

Closed RichardLussier closed 2 years ago

RichardLussier commented 2 years ago

Modified the 'from-string' instruction to properly handle different cases and return :no-stack-item when appropriate. Additionally, modified several PSB2 problems to remove the parsed-outputs section. Since the output came from the string stack, parsing them actually returned unhelpful things at times. For example, using 'read-string' on "+1" will only return 1.