qore icon indicating copy to clipboard operation
qore copied to clipboard

AST parser ignores module metadata

Open turlyalz opened this issue 5 years ago • 0 comments

AST parser ignores module metadata when parsing .qm modules:

E.g.

    version = "1.0";
    desc = "workflow dev extension test module";
    author = "Qore Technologies <[email protected]>";
    url = "http://www.qoretechnologies.com";
}```

turlyalz avatar Sep 05 '19 12:09 turlyalz