-
-
Notifications
You must be signed in to change notification settings - Fork 354
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
interesting papers about source code analysis and transformation #1908
Comments
... it is a hard reading ;-) ... my head is not big enough to understand it fully. Anyway thanks for the link! |
FYI: |
FYI: Lightweight Multi-Language Syntax Transformation with Parser Parser Combinators by @rvantonder |
Inferring Program Transformations From Singular Examples via Big Code |
Automating CUDA Synchronization via Program Transformation |
Recursive Pattern Matching and Transformation of JavaScript AST |
Interesting use case for source code transformation, removing stale feature flags. Paper: "Piranha: Reducing Feature Flag Debt at Uber" https://manu.sridharan.net/files/ICSE20-SEIP-Piranha.pdf |
FYI: "BoundWarden: Thread-enforced spatial memory safety through compile-time transformations" |
"Co-Inflow: Coarse-grained Information Flow Control for Java-like Languages" (2021) uses Spoon |
FYI "Tailoring programs for static analysis via program transformation" |
Verification of Program Transformations with Inductive Refinement Types |
FYI |
"A Precise Framework for Source-Level Control-Flow Analysis", https://ieeexplore.ieee.org/document/9610697 by @creichen and colleagues |
Property Probes Source Code Based Exploration of Program Analysis Results |
FYI |
FYI The IEEE Top Programming Languages 2024 Java holds the 2nd place! |
This paper may contain good ideas for Spoon:
A Taxonomy for Program Metamodels in Program Reverse Engineering
http://www.washi.cs.waseda.ac.jp/prometa/ProMeTA-2016.pdf
The text was updated successfully, but these errors were encountered: