Florian Schanda

Results 82 comments of Florian Schanda

That is some really nice feedback, it makes me very happy to hear that. Thanks! :)

@EmilySeville7cfg I am not sure what action I have to do here. Can you explain it to me (I have no idea what fish is). Do I need to add...

I have _no_ idea if I can put things in /usr with a PyPi package, but I guess I could also start rolling debian packages... Hmmm

I have renamed the ticket to that effect. And yeah, I am 99% sure I cannot install stuff into /usr like that with PyPi.

Hey. So the *lexer* includes comments (this is indeed what I use to pretty-print the code later). The parser, ignores them. See https://github.com/florianschanda/miss_hit/blob/master/miss_hit_core/m_parser.py#L168 And I think all parsers I know...

I am going to close this ticket as I think the functionality to extract comments is there; but if you have a concrete proposal we can open it again.

One more bit of detail on code generation: * I do plan to do this, but it's very far away * First I need to get semantic analysis working *...

OK, know what I will re-open this (but do not expect anything anytime soon). There is still massive issues here. Some bits are easy, consider: ``` x = 1; %...

However they need to be after any argument validation blocks, so a function should be ordered like this: 1. Argument validation blocks (only in matlab 2019b) 2. imports 3. global...

@niklasnylen an update this ticket (and similar ones that would do code re-structuring beyond adding whitespace and deleting stuff). I plan to create another tool `mh_reformat` that is a much...