Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt
Commit message (Collapse)AuthorAgeFilesLines
* remove unused primitive methods in tabasicsMarion2013-08-121-45/+0
|
* add Primitives for the 'less than' and 'greater than' blocksMarion2013-08-123-10/+48
|
* construct proper ASTs for type conversionMarion2013-08-111-12/+16
|
* return None as the value of non-value blocksMarion2013-08-111-6/+6
|
* avoid adding a type prefix to the value of value blocks when exporting themMarion2013-08-112-8/+18
|
* Merge branch 'master' into primitive-classMarion2013-08-112-2/+2
|\
| * Merge branch 'master' of git://git.sugarlabs.org/turtleart/mainlineHEADmasterMarion2013-08-091-2/+2
| |\
| * \ Merge branch 'master' of git://git.sugarlabs.org/turtleart/mainlineMarion2013-07-261-0/+8
| |\ \
| * | | use the value '%nothing%' only in talogo, and None elsewhereMarion2013-07-252-2/+2
| | | |
* | | | add Primitive for the '==' ('equals') blockMarion2013-08-113-6/+97
| | | | | | | | | | | | | | | | - Exported code does not yet do what it should.
* | | | add Primitives for the color blocksMarion2013-08-112-1/+28
| | | |
* | | | Merge branch 'color-class' into primitive-classMarion2013-08-106-88/+93
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: TurtleArt/tabasics.py -- merge import statements TurtleArt/tablock.py -- ditto
| * | | | remove superfluous recursive call to Turtle.set_colorcolor-classMarion2013-08-101-2/+0
| | | | |
| * | | | remove useless try-except statements that catch errors that are never raisedMarion2013-08-091-32/+5
| | | | |
| * | | | introduce a Color type for the pen color in block programsMarion2013-08-096-57/+91
| | |_|/ | |/| |
| * | |