|
|
|
@2641
|
[2641]
|
3 weeks |
Charles.Esterbrook |
Minor. Fix a problem from a previous patch.
|
|
|
|
@2636
|
[2636]
|
7 weeks |
Charles.Esterbrook |
JVM back-end progress.
credit:hopscc
|
|
|
|
@2632
|
[2632]
|
5 months |
Charles.Esterbrook |
JVM back-end progress.
credit:hopscc
|
|
|
|
@2631
|
[2631]
|
5 months |
Charles.Esterbrook |
JVM back-end progress.
credit:hopscc
|
|
|
|
@2600
|
[2600]
|
9 months |
Charles.Esterbrook |
Expand support for escape codes in strings to support \a \b \f \v \' \" …
|
|
|
|
@2592
|
[2592]
|
10 months |
Charles.Esterbrook |
JVM back-end progress, courtesy of hopscc.
credit:hopscc
|
|
|
|
@2590
|
[2590]
|
10 months |
Charles.Esterbrook |
Fixed: Cannot access int.maxValue et al.
reported-by:jonathandavid …
|
|
|
|
@2587
|
[2587]
|
10 months |
Charles.Esterbrook |
JVM back-end progress, courtesy of hopscc.
credit:hopscc
|
|
|
|
@2578
|
[2578]
|
10 months |
Charles.Esterbrook |
JVM back-end progress, courtesy of hopscc.
credit:hopscc
|
|
|
|
@2467
|
[2467]
|
18 months |
Charles.Esterbrook |
Support numeric literals like 45n for number and 45d for decimal. …
|
|
|
|
@2407
|
[2407]
|
23 months |
Chuck.Esterbrook |
Fixed: File and line number are duplicated in some compiler error …
|
|
|
|
@2385
|
[2385]
|
2 years |
Chuck.Esterbrook |
Enumeration members can now be placed on the same line separated by …
|
|
|
|
@2380
|
[2380]
|
2 years |
Chuck.Esterbrook |
Improved error checking for statement regarding expressions that don't …
|
|
|
|
@2274
|
[2274]
|
2 years |
Chuck.Esterbrook |
Fixed: In the condition of a post while, a local variable cannot be …
|
|
|
|
@2272
|
[2272]
|
2 years |
Chuck.Esterbrook |
Improved error checking for branch statement.
|
|
|
|
@2243
|
[2243]
|
3 years |
Chuck.Esterbrook |
Improved error checking for print to dest block format.
|
|
|
|
@2217
|
[2217]
|
3 years |
Chuck.Esterbrook |
Fixed: Comparing an int and an enum causes an internal exception instead …
|
|
|
|
@2136
|
[2136]
|
3 years |
Chuck.Esterbrook |
Fixed: "Lexer error when nesting single quotes in Strings"
ticket:166 …
|
|
|
|
@2134
|
[2134]
|
3 years |
Chuck.Esterbrook |
Fixed: The character literal c"'" produces a falso compilation error. …
|
|
|
|
@2123
|
[2123]
|
3 years |
Chuck.Esterbrook |
Fixed: A duplicate enum error produces an internal error/exception rather …
|
|
|
|
@2093
|
[2093]
|
3 years |
Chuck.Esterbrook |
Minimal support for ** operator (power expressions).
credit:hopscc …
|
|
|
|
@1862
|
[1862]
|
3 years |
Chuck.Esterbrook |
Fixed: A return statement in the try block of a try...success …
|
|
|
|
@1834
|
[1834]
|
3 years |
Chuck.Esterbrook |
* Fixed: Cobra does not give a sensible error message when the X in …
|
|
|
|
@1830
|
[1830]
|
3 years |
Chuck.Esterbrook |
Fixed: Small floating point literals such as 0.00001 cause false …
|
|
|
|
@1818
|
[1818]
|
3 years |
Chuck.Esterbrook |
Support bitwise-and for testing enums.
reported-by:gauthier
|
|
|
|
@1702
|
[1702]
|
4 years |
Chuck.Esterbrook |
Added storage type specification for enums.
|
|
|
|
@1581
|
[1581]
|
4 years |
Chuck.Esterbrook |
Fixed: Some bitwise operations with integer literals of 16 or 8 bits …
|
|
|
|
@1542
|
[1542]
|
4 years |
Chuck.Esterbrook |
* Fixed: Assignments can be used in assert conditions even though they …
|
|
|
|
@1537
|
[1537]
|
4 years |
Chuck.Esterbrook |
* Add support for specifying unsigned integers as Hex literals
e.g. 0x7f …
|
|
|
|
@1494
|
[1494]
|
4 years |
Chuck.Esterbrook |
Fix a bug in string substitution regarding escaped brackets.
Incorporate …
|
|
|
|
@1493
|
[1493]
|
4 years |
Chuck.Esterbrook |
In string literals, square brackets can be escaped with a backslash to …
|
|
|
|
@1485
|
[1485]
|
4 years |
Chuck.Esterbrook |
Fixed: Using "continue" in new style numeric for loops does not increment …
|
|
|
|
@1474
|
[1474]
|
4 years |
Chuck.Esterbrook |
Switch from Process to CSharpCodeProvider.
This eliminates problems with …
|
|
|
|
@1428
|
[1428]
|
4 years |
Chuck.Esterbrook |
Fixed: Cannot use the "enum call/combine" syntax with qualified enums such …
|
|
|
|
@1420
|
[1420]
|
4 years |
Chuck.Esterbrook |
Fix problems with node transformation.
Add new SubnodesAttribute? which …
|
|
|
|
@1419
|
[1419]
|
4 years |
Chuck.Esterbrook |
Fixed for loop bug with high : low boundaries and a positive step.
|
|
|
|
@1418
|
[1418]
|
4 years |
Chuck.Esterbrook |
Added new for loop syntax for numeric for loop:
for x in count
for x in …
|
|
|
|
@1402
|
[1402]
|
4 years |
Chuck.Esterbrook |
You can write 50f now instead of having to include the decimal portion …
|
|
|
|
@1399
|
[1399]
|
4 years |
Chuck.Esterbrook |
Support putting a code block of one statement on the same line as a …
|
|
|
|
@1376
|
[1376]
|
4 years |
Chuck.Esterbrook |
Fixed: A stray space on a blank line triggers a false error message about …
|
|
|
|
@1324
|
[1324]
|
4 years |
chuck |
Fixed: Cobra doesn't exclude irrelevant warnings from the C# backend for …
|
|
|
|
@1294
|
[1294]
|
4 years |
chuck |
Improve naming conventions from reading DLLs. For example, Math.pi instead …
|
|
|
|
@1286
|
[1286]
|
4 years |
chuck |
Fixed: Assigning a method or property that returns a System enum to a …
|
|
|
|
@1198
|
[1198]
|
4 years |
chuck |
Forgot these files with the last checkin.
Last checkin notes were:
Fixed: …
|
|
|
|
@1181
|
[1181]
|
4 years |
chuck |
Warn about unnecessary parens on method declarations and calls that have …
|
|
|
|
@1177
|
[1177]
|
4 years |
chuck |
Importing test cases.
|