Felix Angell

Results 29 comments of Felix Angell

Haha, that's fine. Not many languages do this, the only language that comes to mind is the Go programming language.

This is a 2 year old issue, but you could just use the thumbs up/down responses on GitHub issues for this instead.

Yeah you're right. I'm just pointing out that because this feature now exists, it's an option we can use rather than a polling system, which may be more to peoples...

Hey sorry I don't fully understand the reasoning behind this change - could you explain? Thanks!

@s0cks not sure if im following right: is your suggestion to not handle overflow as an error and try and store it in an appropriately sized variable? my idea was...

Interesting, though I feel it tackles a different issue and is more of an optimisation for memory footprint/safety I'd say we would do what I do and just have some...

@s0cks also not too sure what you mean here either :s maybe you are thinking of a different idea or something im not sure, though the issue name is poorly...

@s0cks it has to be said that a lot of these issues are mostly me just scratching things up on a "notepad" as todos. a lot of what you have...

to elaborate... the visitor handles the symbol table pushing/tracking which makes things very awkward and this isnt really what the visitor should do because some analyzers that implement this dont...