[Bese-devel] #<tag>

Levente Mészáros levente.meszaros at gmail.com
Sun Mar 19 20:40:45 UTC 2006


Hi Marco,

Thanks for the suggestion, here is the new patch. It also makes
attribute names lower cases emitted this way.

I don't know what code is unreachable here, but otherwise it works.

 #<alma :x 1 :y 2 (iter (for a from 0 to 5) #<korte :a a :b 2>)>
<alma x="1" y="2"
  >; in: LAMBDA NIL
;     (PRINC " a=\"a\"" IT.BESE.YACLML:*YACLML-STREAM*)
; ==>
;   " a=\"a\""
;
; note: deleting unreachable code
;
; compilation unit finished
;   printed 1 note
<korte a="0" b="2"
/><korte a="1" b="2"
/><korte a="2" b="2"
/><korte a="3" b="2"
/><korte a="4" b="2"
/><korte a="5" b="2"
/></alma
>



More information about the bese-devel mailing list