Paul Biggar

Results 221 issues of Paul Biggar

``` When the user writes while $x: .. endwhile we output while($x) { .. } ``` Original issue reported on code.google.com by `edskodevries` on 2007-11-10 17:29:10

Type-Defect
Priority-Low
Component-Unparser

``` We always output keywords in lowercase, irrespective of how the user wrote them. ``` Original issue reported on code.google.com by `edskodevries` on 2007-11-10 17:25:04

Type-Defect
Priority-Low
Component-Unparser

``` We always start with , irrespective of the tags used by the user (, or even .. or ) ``` Original issue reported on code.google.com by `edskodevries` on 2007-11-10...

Type-Defect
Priority-Low
Component-Unparser

``` Low priority. ``` Original issue reported on code.google.com by `edskodevries` on 2007-11-10 17:21:54

Type-Defect
Priority-Low
Component-Unparser

``` The source may not have a final closing tag

Type-Defect
Priority-Low
Component-Unparser

``` This is particularly true when comments are placed inside expressions, like f(/* 1 */ $a, /* 2 */ $b); This is a though one though! ``` Original issue reported...

Priority-Medium
Type-Defect
Difficulty-Hard
Component-Unparser

``` i.e., is unparsed as Not too bothered, though. ``` Original issue reported on code.google.com by `edskodevries` on 2007-11-10 17:16:20

Type-Defect
Priority-Low
Component-Unparser

``` The generated C++ used to have #line directives, which were removed due to bugs They should be added back. ``` Original issue reported on code.google.com by `paul.biggar` on 2007-11-09...

Type-Defect
Priority-Low
Difficulty-Easy
Component-Maketea

``` If using one token, such as CAST, in another form as well (CAST), that results in a compile error in the generated C++. Add a warning for this in...

Type-Enhancement
Priority-Low
Difficulty-Medium
Component-Maketea

``` We currently compile the turorial plugins, but we dont automatically check that they work. I dont know how we'll do this, but its a good idea. ``` Original issue...

Type-Enhancement
Priority-Low
Difficulty-Medium