Results 25 comments of Kobi

track progress of https://langserver.org/ implementation

Thank you for the positive message, The main idea is to get to a working hello_world once you run your software. It can be for gui, tui, and others. I...

How would a type declare itself part of this interface, when there is no matching done based on its fields?

How will the parser know what to do? I agree it is nice to define prefix, infix, or postfix style functions. foo and bar => foo.and.bar ? => foo(and(bar)) ?...

because > keyword is also used as do-not-insert-semicolon-at-end-of-line keyword. can you change the > keyword to something else?

sorry, i'm not familiar with raxe syntax yet. why is there a special marker for end of line? can't \n be enough?

I think it can be done based on the context. for example, if it starts with ### then the whole text will be scanned until finding ### to close it....

:+1: very cool. one last final touch: I notice that package and class names can't have spaces in them, so it will not be ambiguous to remove the ',' commas...