Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* fix export of 'f(x)' blockMarion2013-09-162-2/+23
|
* codegen: remove whitespace after 'return' when there's no return valueMarion2013-09-131-1/+2
|
* remove obsolete TODOs in the codeMarion2013-09-131-3/+1
|
* add Primitives for the 'push', 'pop', and 'is empty heap?' blocksMarion2013-09-101-0/+1
|
* Primitives for all constant blocks (add screen dimensions, update colors)Marion2013-09-081-0/+4
| | | | | | - Use the get() method of the CONSTANTS dict to retrieve the values of constants, but export it as CONSTANTS['key']. - Introduce the new class TypedSubscript for Subscript ASTs with a type.
* fix util.codegen: allow 'return' statements without a return valueMarion2013-09-061-1/+2
|
* introduce TypedLambda, a Lambda AST with a return typeMarion2013-09-041-0/+1
|
* introduce TypedCall, a Call AST that knows its return typeMarion2013-09-041-0/+1
| | | | - Add a visitor for TypedCall to util.codegen.
* Primitive for 'comment' block and Comment AST class to make it exportableMarion2013-08-302-0/+46
| | | | | | | | | - Primitive object for the 'comment' block using the new Primitive.comment function. - Special handling of Primitives using Primitive.comment during export. - New util.ast_extensions module containing extensions to the built-in `ast` module. Currently it contains the Comment class for inline comments. - New visit_Comment method in util.codegen to serialize inline comments.
* fix handling of comparison operators in codegenMarion2013-08-111-2/+2
|
* nicer line wrapping in comments and docstrings (no changes to code)Marion2013-08-091-17/+18
|
* fix codegen: only write 'else' if there are statements in the else clauseMarion2013-08-091-1/+3
|
* small bug fix in util.codegenMarion2013-08-031-1/+1
|
* fix codegen, so it can handle operatorsMarion2013-08-031-5/+17
|
* restore codegen's copyright and license statemtent (was accidentally deleted)Marion2013-07-191-0/+23
|
* fix codegen: modules and import-from statementsMarion2013-07-191-28/+12
|
* add codegen module to utils (it serializes a python AST)Marion2013-07-191-0/+549
|
* pep8 and pyflakes cleanupWalter Bender2013-05-225-11/+6
|
* use check box for help toggle; save to gconfWalter Bender2013-05-091-0/+13
|
* add fb plugin; consolidate gnome menus when possibleWalter Bender2013-01-301-0/+9
|
* reapplying help patchWalter Bender2012-03-281-7/+64
|
* new help systemWalter Bender2012-03-231-0/+61
|
* moving utility module to util directoryWalter Bender2011-02-191-0/+150
|
* pep8 cleanupWalter Bender2011-02-123-63/+124
|
* Moved the menu helper methods into their own moduleRaul Gutierrez Segales2011-01-311-0/+23
|
* Added helper classes that will be used for collaborationRaul Gutierrez Segales2011-01-313-0/+350