Xenos.exe
Xenos.exe
ok, so probably only a windows thing (the fact that it will not escape it) when executing `npx peggy file.peggy --allowed-start-rules \*` on CMD it will prompt with: ``` Error...
> I'd settle for `'*'` as a compromise that should work most places? that doesn't work either on windows. probably the best is to put both versions or `--allowed-start-rules *...
> what happens with single quotes on windows? windows' shell makes very strange decisions because it leaves globbing to each program to do. same: Error parsing grammar Unknown start rule...
What should i write in the changelog?
the tool could also be integrated into the code walker tools if that is okay with you
probably then the `p4` is the parameter that decides whether the values are "normalized" so `0.0` to `1.0` or whether they are normal `rgb` values
You can already do an object destruction but not in the parameters, example: ``` function someFunction(obj) prop1, prop2 = ...obj print(prop1, prop2) end ``` However, we could also add the...
that method could be quite a challenge since leap works on regex, it does not use AST or parser, so it is quite complicated to do it with regex.