imaqtkatt
imaqtkatt
Fixes superpositions not requiring comma for the first element: ```python def main: {[1, 2] [3, 4, 5, 6]} ``` ``` In main.bend : - expected: Map variable name - detected:...
To improve the lexer/parser code and also remove the current 2 spaces limitation we can implement a lexer generating virtual tokens. ``` test: wow: lol yay bend ok ``` With...
Sometimes it's very common to nest function calls and this can be very confusing: ``` x = foo(bar(baz(...))) x = baz(...) x @= bar x @= foo ``` Some functional...
Despite the branch name it implements 3 new functions related to the removal of files or directories and the creation of directories