sangisos
sangisos
Yes. I think the above is ok for most cases, just some concerns and clarifications. 1. Even whitout knowing the tabsize for a terminal, we can just leave all whitespace...
Yes. I'll try prototyping as soon as i have fixed my linux installation.
@mewmew Wouldn't that give possibility to have a parse conflict with the AST: ``` Factor "is" Expression / | \ Term1 "is" Expression "and" Expression / | \ Term2 "and"...
Is there a way in go to remove directories only if empty?
Sorry for the noise. os.Remove will do it fine I guess, returning an error if directory not empty I understood it as.
@awalterschulze Yes, sorry if I was unclear. You first remove all induvidual generated files, then you try to remove the directories. As I understand the os.Remove command, it will only...
Shouldn't it also support input like 0x1 in that case? 01 should be interpreted as octal right? Try with 10, 010 and 0x10 instead to avoid false positives. Med Vänliga...
Atoi is only base 10 and does parse 010 to decimal 10. I expected it to work like ParseInt(s, 0, 0) for some reason. I would not like to accept...
If you leave the text cursor/caret in an input field, that field does not seem to be saved. I was trying to understand which direction was which, carefully editing only...