Closed diogoalexandrefranco closed 8 years ago
make-template-parser uses for-as clauses interleaved with conditional clauses in the loop macro, as in:
for i = (search start-delimiter string) then (search start-delimiter string :start2 j) while i for j = (search end-delimiter string :start2 i)
While this works in most implementations, it seems to not work on clisp and is not portable by the loop definition.
This was fixed with commit 516ead136d0eca4f60c44e2a8686465633157fd2
make-template-parser uses for-as clauses interleaved with conditional clauses in the loop macro, as in:
While this works in most implementations, it seems to not work on clisp and is not portable by the loop definition.