Beaglefoot / awk-language-server

Language Server for AWK and associated VSCode client extension
https://marketplace.visualstudio.com/items?itemName=beaglefoot.awk-ide-vscode
MIT License
91 stars 5 forks source link

Validation check if function name overlaps builtin #18

Closed Beaglefoot closed 2 years ago

Beaglefoot commented 2 years ago

The following example is incorrect:

function close() {
    print "hi"
}