Results 25 comments of Kobi

``` type MenuItem= tuple(String, List of MenuItem) type MenuBar = List of MenuItem ``` is that pseudo code correct? like a tree. (the tuple can be replaced in actual impl)...

How Qml did it: http://doc.qt.io/qt-5/qml-qtquick-controls-menubar.html

Just to be clear, setting a breakpoint in the nim file or the generated C ? if the first, do I need to update the extension or nim itself, to...

Thanks, after an update many things work better, specifically setting break points, stopping at them, watching values. Looks like all is good with basic debug. You may close this issue...

I see many lines like these: raw.marked.js:15 [Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive. raw.marked.js:15...

if you need better interaction trying to debug this, please contact me by email: kobi2187 at gmail

also [Norm](https://github.com/moigagoo/norm)

Can be done in milestones: tiny libraries,medium, large... adding support for language constructs incrementally.

There are usually lists named: awesome-X (where x is name of language) that showcase their interesting libs. Can read and see what we're missing.

I have started working on a c# translator. it's in C#, using Roslyn. very bare bones, only started.