-
Notifications
You must be signed in to change notification settings - Fork 557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for analysis of source code/scripted languages #1080
base: master
Are you sure you want to change the base?
Commits on Jul 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bbd3f70 - Browse repository at this point
Copy the full SHA bbd3f70View commit details -
Implemented some further basic TreeSitter Extractor-related concepts …
…such as byte-range address.
Configuration menu - View commit details
-
Copy full SHA for 8173397 - Browse repository at this point
Copy the full SHA 8173397View commit details -
Configuration menu - View commit details
-
Copy full SHA for 428f6bc - Browse repository at this point
Copy the full SHA 428f6bcView commit details -
Implemented core tree sitter engine component with C# queries that se…
…rves as an interface to the language-specific tree-sitter queries.
Configuration menu - View commit details
-
Copy full SHA for a6d7ba2 - Browse repository at this point
Copy the full SHA a6d7ba2View commit details -
Implemented script global extraction handlers (mostly wrapping existi…
…ng language-independent extractors).
Configuration menu - View commit details
-
Copy full SHA for 80bf78b - Browse repository at this point
Copy the full SHA 80bf78bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf3dc7e - Browse repository at this point
Copy the full SHA cf3dc7eView commit details -
Implemented a large part of the C# functionality; refactored the Tree…
…SitterEngine class.
Configuration menu - View commit details
-
Copy full SHA for 9d7f575 - Browse repository at this point
Copy the full SHA 9d7f575View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d4b4ec - Browse repository at this point
Copy the full SHA 3d4b4ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for eca7ead - Browse repository at this point
Copy the full SHA eca7eadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fd953f - Browse repository at this point
Copy the full SHA 5fd953fView commit details -
Added tests for TreeSitterExtractorEngine initialization, new object …
…and function definition parsing for a pure C# sample.
Configuration menu - View commit details
-
Copy full SHA for 1f79db9 - Browse repository at this point
Copy the full SHA 1f79db9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a58bc0b - Browse repository at this point
Copy the full SHA a58bc0bView commit details -
Added last remaining tests for the TreeSitterExtractorEngine class an…
…d fixed bugs found in the process.
Configuration menu - View commit details
-
Copy full SHA for 5ddb8ba - Browse repository at this point
Copy the full SHA 5ddb8baView commit details -
Reverted yielding only non-empty strings in order to stay consistent …
…and not introduce unspecified rule-exceptions.
Configuration menu - View commit details
-
Copy full SHA for 31e2fb9 - Browse repository at this point
Copy the full SHA 31e2fb9View commit details -
Removing functions that should not be used in tree-sitter extractor (…
…default to the base extractor level).
Configuration menu - View commit details
-
Copy full SHA for 5bf3f18 - Browse repository at this point
Copy the full SHA 5bf3f18View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4529fc - Browse repository at this point
Copy the full SHA a4529fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5de9a1 - Browse repository at this point
Copy the full SHA d5de9a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c10458 - Browse repository at this point
Copy the full SHA 6c10458View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bd9824 - Browse repository at this point
Copy the full SHA 9bd9824View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2594849 - Browse repository at this point
Copy the full SHA 2594849View commit details -
Configuration menu - View commit details
-
Copy full SHA for 619ed94 - Browse repository at this point
Copy the full SHA 619ed94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e23802 - Browse repository at this point
Copy the full SHA 5e23802View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d83e8d - Browse repository at this point
Copy the full SHA 5d83e8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9570523 - Browse repository at this point
Copy the full SHA 9570523View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c5e6e3 - Browse repository at this point
Copy the full SHA 7c5e6e3View commit details -
Added new tests for embedded template testing and refactored a few al…
…ready implemented extractor engine tests.
Configuration menu - View commit details
-
Copy full SHA for 1e0326a - Browse repository at this point
Copy the full SHA 1e0326aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca1939f - Browse repository at this point
Copy the full SHA ca1939fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7ab2db - Browse repository at this point
Copy the full SHA d7ab2dbView commit details -
Further improvement to namespace parsing, including default namespace…
…s for aspx; introducing TSFunctionInner dataclass to store both the node and the name of a function to make test-case creation easier.
Configuration menu - View commit details
-
Copy full SHA for 5cfbecc - Browse repository at this point
Copy the full SHA 5cfbeccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26cc1bc - Browse repository at this point
Copy the full SHA 26cc1bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a9e76f - Browse repository at this point
Copy the full SHA 2a9e76fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 672ca71 - Browse repository at this point
Copy the full SHA 672ca71View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca426ca - Browse repository at this point
Copy the full SHA ca426caView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd80277 - Browse repository at this point
Copy the full SHA fd80277View commit details -
Major changes: switching imports and function names to properties, st…
…reamlining queries, introducing language toolkit class to help move all additional language specific methods to the sample place.
Configuration menu - View commit details
-
Copy full SHA for d0c4acb - Browse repository at this point
Copy the full SHA d0c4acbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad31d83 - Browse repository at this point
Copy the full SHA ad31d83View commit details -
Configuration menu - View commit details
-
Copy full SHA for e52a9b3 - Browse repository at this point
Copy the full SHA e52a9b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b27713b - Browse repository at this point
Copy the full SHA b27713bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2df2b0 - Browse repository at this point
Copy the full SHA b2df2b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0379a6 - Browse repository at this point
Copy the full SHA a0379a6View commit details
Commits on Jul 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for eeecb63 - Browse repository at this point
Copy the full SHA eeecb63View commit details -
Configuration menu - View commit details
-
Copy full SHA for cebc5e1 - Browse repository at this point
Copy the full SHA cebc5e1View commit details
Commits on Jul 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d7dcc94 - Browse repository at this point
Copy the full SHA d7dcc94View commit details
Commits on Jul 29, 2022
-
Added more python test cases; fixed a number of python bugs; further …
…refactored language toolkit code; added extraction of global constants.
Configuration menu - View commit details
-
Copy full SHA for 32dc5ff - Browse repository at this point
Copy the full SHA 32dc5ffView commit details
Commits on Aug 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5e85a6e - Browse repository at this point
Copy the full SHA 5e85a6eView commit details
Commits on Aug 3, 2022
-
Refactored/simplified parts of the codebase to improve readability; a…
…ddressed most of the GH pull request comments/suggestions.
Configuration menu - View commit details
-
Copy full SHA for 614900f - Browse repository at this point
Copy the full SHA 614900fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb08181 - Browse repository at this point
Copy the full SHA bb08181View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fd9d4a - Browse repository at this point
Copy the full SHA 1fd9d4aView commit details
Commits on Aug 5, 2022
-
Added more test cases; moved script language feature to global featur…
…es in order to make rules clearer; refactored the codebase to address the latest PR comments/suggestions.
Configuration menu - View commit details
-
Copy full SHA for 7ba978f - Browse repository at this point
Copy the full SHA 7ba978fView commit details
Commits on Aug 10, 2022
-
Introduced auto-detection to template-script parsing, builtins namesp…
…ace, and modified tests.
Configuration menu - View commit details
-
Copy full SHA for 25cf09b - Browse repository at this point
Copy the full SHA 25cf09bView commit details
Commits on Aug 12, 2022
-
Attempted to implement the class extraction as specified last Friday …
…(passes all test cases but by no means perfect); further clean up, especially of the signatures; synced with new Python test cases.
Configuration menu - View commit details
-
Copy full SHA for e693573 - Browse repository at this point
Copy the full SHA e693573View commit details