Skip to content

are Signalcommands the only commands where package name != command name? #60

Description

@floswald

Hi lars,

I wanted to implement your stata scanner without having to deploy stata, i.e. just read the source code and go through a list of keywords. is this a futile approach?

trying to understand whether this list here

is what one would use to pick up stata commands which do not bear the name of their package.

suppose I get

ssc hot, n(1000)

Could I reasonably assume (yes there will some errors, but fine) that for the 1000-20 (files in that list) I can confront a user's code with my list of 980 patterns, and say if I match binscatter, I could claim that you are using the binscatter package (see net describe binscatter, from(http://fmwww.bc.edu/RePEc/bocode/b))

thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions