MarkusAmshove / natls

Language Server implementation for the Natural 4GL programming language
MIT License
13 stars 3 forks source link

Function names must not be referable by file name #378

Closed MarkusAmshove closed 1 year ago

MarkusAmshove commented 1 year ago

Currently the referable name of a module that is a function is taken from the file name (like with e.g. subprograms). This needs to be changed, because the actual referable name is the name in DEFINE FUNCTION <NAME>