You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's clear why this is done for Gawk - to not break the old scripts intended to work on Posix Awk. But how can we handle this better? In the naive approach we'll just fail to parse function f(and) {} because and is a Gawk bitwise function.
Relates to #69
Understand what to do:
Parsing rules change depending on namespace:
It's clear why this is done for Gawk - to not break the old scripts intended to work on Posix Awk. But how can we handle this better? In the naive approach we'll just fail to parse
function f(and) {}
becauseand
is a Gawk bitwise function.Relevant doc https://www.gnu.org/software/gawk/manual/html_node/Naming-Rules.html
The text was updated successfully, but these errors were encountered: