Aleksey Rakov
Aleksey Rakov
Optimize the following bytecode snip: set dp :-8 store sp :0 set dp :-4 store sp :1 copy dp :-16, :4 xmov sp :0, :1 iadd dp :-16, :4 set...
Scripting: templates,closures,exception handling should be supported
The warning should be generated if the method name coincides with an existing extension
Similar to C#, the single-line sub namespace must be supported. Something like this: Additionally, to the standard way: namespace collections { A; } the single-line namespace declaration will be like...
Currently it is not possible to invoke an extension, so the following code fails: import extensions; public program() { var m := mssg print; m(console,"Hello"); m(console," ","World","!"); } Could it...
It should be possible to use the class before it was declared for the class fields and parents
**Is your feature request related to a problem? Please describe.** Naming different variables with the same can lead to hard-detected bugs **Describe the solution you'd like** Warn if the variable...
Optimization unit tests : all bytecode / tapecode optimization routines must be verified - bt tests (>=4), - all bc tests
**Is your feature request related to a problem? Please describe.** To make it simpler to see the program output, the debug process must be not closed automatically after the program...
**Describe the bug** The following code raises a warning : warning 407: Message 'new' does not handled by the object In reality the code fails: sandbox'$private'B#class : Method new[1] not...