deepakjois / hs-logo

Logo turtle graphics interpreter in Haskell
http://deepakjois.github.io/hs-logo
BSD 3-Clause "New" or "Revised" License
19 stars 3 forks source link

Make common examples compile and draw #6

Closed deepakjois closed 12 years ago

deepakjois commented 12 years ago

Here are some examples that will be good to be able to draw in hs-logo

deepakjois commented 12 years ago

Added quite a few examples in 3efddef

deepakjois commented 12 years ago

Some examples need more builtins to be implemented like, dotimes and for. Will have to wait for #19 to add more examples.

deepakjois commented 12 years ago

Added more examples from the Logo 15-word challenge after adding dotimes and for in 35384c5

deepakjois commented 12 years ago

Closing this out. Added tonnes of examples