diff --git a/app/src/processing/app/preproc/PdeEmitter.java b/app/src/processing/app/preproc/PdeEmitter.java index 060d20668..8210d9fcd 100644 --- a/app/src/processing/app/preproc/PdeEmitter.java +++ b/app/src/processing/app/preproc/PdeEmitter.java @@ -546,6 +546,7 @@ public class PdeEmitter implements PdeTokenTypes { break; case LITERAL_synchronized: // 0137 to fix bug #136 + case LITERAL_assert: out.print(ast.getText()); dumpHiddenAfter(ast); printChildren(ast); diff --git a/todo.txt b/todo.txt index 29f5461fe..6d576b8d2 100644 --- a/todo.txt +++ b/todo.txt @@ -49,6 +49,8 @@ J Error compiling when 'new' is first word in an 'else' block J http://dev.processing.org/bugs/show_bug.cgi?id=1362 J Parsing error when using char literals J http://dev.processing.org/bugs/show_bug.cgi?id=281 +J support for assertions +J http://dev.processing.org/bugs/show_bug.cgi?id=1188 need examples _ Improve detection and handling of missing semicolons @@ -775,8 +777,6 @@ PDE / Compiler & Preprocessor high (bugs) _ syntax highlighting error with // and /* _ http://dev.processing.org/bugs/show_bug.cgi?id=609 -_ support for assertions -_ http://dev.processing.org/bugs/show_bug.cgi?id=1188 medium (bugs/features) _ with additional .pde files, don't allow static mode in front tab