first attempt at using lb:storage and lb:wrapping in lbi
commit42916be1b11e5e56a4d7b712b88c1af4e446fed4
authorJérôme Quelin <jquelin@gmail.com>
Thu, 3 Apr 2008 14:01:08 +0000 (3 16:01 +0200)
committerJérôme Quelin <jquelin@gmail.com>
Thu, 3 Apr 2008 14:09:58 +0000 (3 16:09 +0200)
tree3891596eebab5f5d275c2b4067e468b7f5577690
parentdb39be2e281d7f580b7f355c138e9ef790ba1e61
first attempt at using lb:storage and lb:wrapping in lbi

main changes:
 - move_curip() renamed in move_ip(), taking $ip as a param
 - new method _move_ip_forward(), that do not belong in laheyspace
 - this new method is using lbw if needed

note that currently, are not yet supported:
 - n-dims funges
 - non-98 syntax
 - change of other lbw implementations
 - change of other lbs implementations
lib/Language/Befunge/Interpreter.pm
lib/Language/Befunge/Ops.pm
t/2-ops/flow_repeat.t
t/2-ops/num_push_number.t
t/2-ops/str_fetch_char.t
t/2-ops/str_store_char.t
t/4-interpreter/befunge.t
t/5-befunge/a-stdio.t
t/5-befunge/e-flow.t