Alex D

Results 44 comments of Alex D

having PInvoke would be biggest plus to the project, BTW you can have a look at CoreRT into PInvoke test to see if you can get any ideas

C++ code is generated for MSVC.

1) all projects which I write I do it only for my personal enjoinment as I love to resolve some complex tasks 2) I was considering implement only features which...

"Import" is not working for now, it is planned feature for future after generics. But can't say when and how I will implement it.

it can be most difficult part of the project. Because it is generated into obj files you can use "export" and "declare" to split code into many files for now

added "/// reference" support in the last commit

yes, work is in progress, not sure to which level I will develop it, or how long will it take, but for now I am implementing very basic functionality for...

last coomit contains simple implementation of "import" example: ```typescript /// import "./appwindow"; export class Application { static appWindow: AppWindow; export static run() { this.appWindow = new AppWindow(); } } ```

>> Is the /// tag always required? no, you don't need it if you don't use anything from the referenced file

it seems I still need to improve it not to use "/// "